Searched refs:graphemeBreakIteratorCurrent (Results 1 – 1 of 1) sorted by relevance
1158 int32_t graphemeBreakIteratorCurrent = ubrk_current(&graphemeBreakIterator); in shapeOk() local1159 while (graphemeBreakIteratorCurrent != UBRK_DONE && in shapeOk()1160 graphemeBreakIteratorCurrent < glyphCluster) in shapeOk()1162 graphemeBreakIteratorCurrent = ubrk_next(&graphemeBreakIterator); in shapeOk()1165 graphemeBreakIteratorCurrent == glyphCluster; in shapeOk()