Searched refs:utf16count (Results 1 – 1 of 1) sorted by relevance
1244 int utf16count = SkToInt(sourceByteCount / sizeof(uint16_t)); in make_clusterator() local1245 utf8ByteCount = SkToU32(SkUTF16_ToUTF8(utf16ptr, utf16count)); in make_clusterator()1250 while (utf16ptr < (const uint16_t*)sourceText + utf16count) { in make_clusterator()1257 SkASSERT(utf16ptr == (const uint16_t*)sourceText + utf16count); in make_clusterator()