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