Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1017 SkBreakIterator& graphemeBreakIterator = *fGraphemeBreakIterator; in wrap() local
1043 int32_t graphemeBreakIteratorCurrent = graphemeBreakIterator.current(); in wrap()
1044 while (!graphemeBreakIterator.isDone() && graphemeBreakIteratorCurrent < glyphCluster) in wrap()
1046 graphemeBreakIteratorCurrent = graphemeBreakIterator.next(); in wrap()