Searched refs:fBreakIterator (Results 1 – 3 of 3) sorted by relevance
327 fBreakIterator(NULL), fLineStart(-1), fLineEnd(0), in ParagraphLayout()610 if (fBreakIterator != NULL) { in ~ParagraphLayout()611 delete fBreakIterator; in ~ParagraphLayout()612 fBreakIterator = NULL; in ~ParagraphLayout()995 if (fBreakIterator == NULL) { in previousBreak()1000 fBreakIterator = BreakIterator::createLineInstance(thai, status); in previousBreak()1001 fBreakIterator->adoptText(iter); in previousBreak()1008 return fBreakIterator->preceding(charIndex + 1); in previousBreak()
507 ICUBrk fBreakIterator; member523 fImpl->fBreakIterator.reset(ubrk_open(UBRK_LINE, "th", nullptr, 0, &status)); in SkShaper()536 fImpl->fBreakIterator; in good()580 UBreakIterator& breakIterator = *fImpl->fBreakIterator; in shape()
638 BreakIterator *fBreakIterator; variable