Searched refs:fCharIter (Results 1 – 2 of 2) sorted by relevance
37 : BreakIterator(), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()44 : BreakIterator(other), fText(NULL), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()98 if (this->fCharIter == NULL) { in getText()101 this->fCharIter = new UCharCharacterIterator(&c, 0); in getText()104 return *this->fCharIter; in getText()138 this->fCharIter = it; in adoptText()
87 mutable CharacterIterator *fCharIter; variable91 delete this->fCharIter; in clearCurrentCharIter()92 this->fCharIter = NULL; in clearCurrentCharIter()
Completed in 9 milliseconds