Searched refs:graphemeBreakIterator (Results 1 – 2 of 2) sorted by relevance
725 ICUBrk graphemeBreakIterator(ubrk_open(UBRK_CHARACTER, "th", nullptr, 0, &status)); in MakeHarfBuzz() local726 if (!graphemeBreakIterator || U_FAILURE(status)) { in MakeHarfBuzz()734 std::move(graphemeBreakIterator), in MakeHarfBuzz()739 std::move(graphemeBreakIterator), in MakeHarfBuzz()966 UBreakIterator& graphemeBreakIterator = *fGraphemeBreakIterator; in wrap() local982 ubrk_setUText(&graphemeBreakIterator, &utf8UText, &status); in wrap()1014 int32_t graphemeBreakIteratorCurrent = ubrk_current(&graphemeBreakIterator); in wrap()1018 graphemeBreakIteratorCurrent = ubrk_next(&graphemeBreakIterator); in wrap()
1020 SkBreakIterator& graphemeBreakIterator = *fGraphemeBreakIterator; in wrap() local1046 int32_t graphemeBreakIteratorCurrent = graphemeBreakIterator.current(); in wrap()1047 while (!graphemeBreakIterator.isDone() && graphemeBreakIteratorCurrent < glyphCluster) in wrap()1049 graphemeBreakIteratorCurrent = graphemeBreakIterator.next(); in wrap()