Home
last modified time | relevance | path

Searched refs:utf16ptr (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.cpp1243 const uint16_t* utf16ptr = (const uint16_t*)sourceText; in make_clusterator() local
1245 utf8ByteCount = SkToU32(SkUTF16_ToUTF8(utf16ptr, utf16count)); in make_clusterator()
1250 while (utf16ptr < (const uint16_t*)sourceText + utf16count) { in make_clusterator()
1252 SkUnichar uni = SkUTF16_NextUnichar(&utf16ptr); in make_clusterator()
1257 SkASSERT(utf16ptr == (const uint16_t*)sourceText + utf16count); in make_clusterator()