Searched refs:SkUTF16_CountUnichars (Results 1 – 6 of 6) sorted by relevance
67 int SkUTF16_CountUnichars(const uint16_t utf16[]);68 int SkUTF16_CountUnichars(const uint16_t utf16[], int numberOf16BitValues);
164 int SkUTF16_CountUnichars(const uint16_t src[]) { in SkUTF16_CountUnichars() function180 int SkUTF16_CountUnichars(const uint16_t src[], int numberOf16BitValues) { in SkUTF16_CountUnichars() function
76 count = SkUTF16_CountUnichars((const uint16_t*)text, SkToInt(byteLength >> 1)); in textToGlyphs()
473 return SkUTF16_CountUnichars((const uint16_t*)textData, SkToInt(byteLength >> 1)); in textToGlyphs()
177 size_t count2 = SkUTF16_CountUnichars(buf, 2); in test_utf16()
2043 return SkUTF16_CountUnichars(static_cast<const uint16_t *>(text), SkToInt(byteLength)); in num_glyph_guess()