Searched refs:mLatinPrecache (Results 1 – 4 of 4) sorted by relevance
617 mLatinPrecache = String8(" eisarntolcdugpmhbyfvkwzxjq"); in checkInit()618 mLatinPrecache += String8("EISARNTOLCDUGPMHBYFVKWZXJQ"); in checkInit()619 mLatinPrecache += String8(",.?!()-+@;:`'"); in checkInit()620 mLatinPrecache += String8("0123456789"); in checkInit()717 while (remainingCapacity > 25 && precacheIdx < mLatinPrecache.size()) { in precacheLatin()718 font->getCachedUTFChar((int32_t)mLatinPrecache[precacheIdx]); in precacheLatin()
184 String8 mLatinPrecache; variable
565 mLatinPrecache = String16("eisarntolcdugpmhbyfvkwzxjq "); in checkInit()566 mLatinPrecache += String16("EISARNTOLCDUGPMHBYFVKWZXJQ"); in checkInit()567 mLatinPrecache += String16(",.?!()-+@;:`'"); in checkInit()568 mLatinPrecache += String16("0123456789"); in checkInit()680 while (remainingCapacity > 25 && precacheIdx < mLatinPrecache.size()) { in precacheLatin()681 mCurrentFont->getCachedGlyph(paint, (int32_t) mLatinPrecache[precacheIdx]); in precacheLatin()
278 String16 mLatinPrecache; variable