Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds