Searched refs:utf16ptr (Results 1 – 1 of 1) sorted by relevance
1184 const uint16_t* utf16ptr = (const uint16_t*)sourceText; in make_clusterator() local1186 utf8ByteCount = SkToU32(SkUTF16_ToUTF8(utf16ptr, utf16count)); in make_clusterator()1191 while (utf16ptr < (const uint16_t*)sourceText + utf16count) { in make_clusterator()1193 SkUnichar uni = SkUTF16_NextUnichar(&utf16ptr); in make_clusterator()1198 SkASSERT(utf16ptr == (const uint16_t*)sourceText + utf16count); in make_clusterator()