Searched refs:SkUTF8_CountUnichars (Results 1 – 7 of 7) sorted by relevance
50 int SkUTF8_CountUnichars(const char utf8[]);51 int SkUTF8_CountUnichars(const char utf8[], size_t byteLength);
37 int SkUTF8_CountUnichars(const char utf8[]) { in SkUTF8_CountUnichars() function53 int SkUTF8_CountUnichars(const char utf8[], size_t byteLength) { in SkUTF8_CountUnichars() function
73 count = SkUTF8_CountUnichars((const char*)text, byteLength); in textToGlyphs()
471 return SkUTF8_CountUnichars((const char*)textData, byteLength); in textToGlyphs()
206 int n = SkUTF8_CountUnichars(p); in DEF_TEST()
240 int count = SkUTF8_CountUnichars(chars); in setProperty()
2041 return SkUTF8_CountUnichars(static_cast<const char *>(text), byteLength); in num_glyph_guess()