Searched refs:utf16Index (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 2037 auto utf16Index = fOwner->getUTF16Index(this->fTextExcludingSpaces.end); local 2038 return { SkToS32(utf16Index) , kDownstream }; 2074 auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos)); 2076 result = { SkToS32(utf16Index), kDownstream}; 2080 result = { SkToS32(utf16Index + 1), kUpstream}; 2084 result = { SkToS32(utf16Index + 2), kUpstream}; 2087 result = { SkToS32(utf16Index + 1), kUpstream}; 2098 auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos + context.size)); 2100 result = {SkToS32(utf16Index), kUpstream}; 2102 result = {SkToS32(utf16Index), kDownstrea [all...] |
/third_party/skia/experimental/sktext/src/ |
H A D | Text.cpp | 231 size_t utf16Index = 0; 234 UTF16FromUTF8.push_back_n(text8.size() + 1, utf16Index); 235 UTF8FromUTF16.push_back_n(text16.size() + 1, utf16Index); 240 UTF16FromUTF8[i] = utf16Index; 244 UTF8FromUTF16[utf16Index++] = start;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 485 int32_t utf16Index = 0; in setUTF8() local 487 textMap->addElement(utf16Index, status); in setUTF8() 492 utf16Index += U16_LENGTH(c32); in setUTF8()
|
Completed in 13 milliseconds