Searched refs:graphemeBreakIteratorCurrent (Results 1 – 1 of 1) sorted by relevance
1043 int32_t graphemeBreakIteratorCurrent = graphemeBreakIterator.current(); in wrap() local1044 while (!graphemeBreakIterator.isDone() && graphemeBreakIteratorCurrent < glyphCluster) in wrap()1046 graphemeBreakIteratorCurrent = graphemeBreakIterator.next(); in wrap()1049 graphemeBreakIteratorCurrent == glyphCluster; in wrap()