Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1158 int32_t graphemeBreakIteratorCurrent = ubrk_current(&graphemeBreakIterator); in shapeOk() local
1159 while (graphemeBreakIteratorCurrent != UBRK_DONE && in shapeOk()
1160 graphemeBreakIteratorCurrent < glyphCluster) in shapeOk()
1162 graphemeBreakIteratorCurrent = ubrk_next(&graphemeBreakIterator); in shapeOk()
1165 graphemeBreakIteratorCurrent == glyphCluster; in shapeOk()