Home
last modified time | relevance | path

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

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1248 int32_t graphemeBreakIteratorCurrent = graphemeBreakIterator.current(); local
1249 while (!graphemeBreakIterator.isDone() && graphemeBreakIteratorCurrent < glyphCluster)
1251 graphemeBreakIteratorCurrent = graphemeBreakIterator.next();
1254 graphemeBreakIteratorCurrent == glyphCluster;

Completed in 3 milliseconds