Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextLine.cpp1150 auto utf16Index = fOwner->getUTF16Index(this->fTextRange.end); in getGlyphPositionAtCoordinate() local
1151 return { SkToS32(utf16Index) , kDownstream }; in getGlyphPositionAtCoordinate()
1174 … auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos)); in getGlyphPositionAtCoordinate() local
1176 result = { SkToS32(utf16Index), kDownstream }; in getGlyphPositionAtCoordinate()
1178 result = { SkToS32(utf16Index + 1), kUpstream }; in getGlyphPositionAtCoordinate()
1185 …auto utf16Index = fOwner->getUTF16Index(context.run->globalClusterIndex(context.pos + context.size… in getGlyphPositionAtCoordinate() local
1187 result = {SkToS32(utf16Index), kUpstream}; in getGlyphPositionAtCoordinate()
1189 result = {SkToS32(utf16Index), kDownstream}; in getGlyphPositionAtCoordinate()
1217 size_t utf16Index = fOwner->getUTF16Index(clusterIndex8); in getGlyphPositionAtCoordinate() local
1234 result = { SkToS32(utf16Index), kDownstream }; in getGlyphPositionAtCoordinate()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp475 int32_t utf16Index = 0; in setUTF8() local
477 textMap->addElement(utf16Index, status); in setUTF8()
482 utf16Index += U16_LENGTH(c32); in setUTF8()