Home
last modified time | relevance | path

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

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