Searched refs:graphemeBreakIterator (Results 1 – 1 of 1) sorted by relevance
1017 SkBreakIterator& graphemeBreakIterator = *fGraphemeBreakIterator; in wrap() local1043 int32_t graphemeBreakIteratorCurrent = graphemeBreakIterator.current(); in wrap()1044 while (!graphemeBreakIterator.isDone() && graphemeBreakIteratorCurrent < glyphCluster) in wrap()1046 graphemeBreakIteratorCurrent = graphemeBreakIterator.next(); in wrap()