Searched refs:fCharIter (Results 1 – 2 of 2) sorted by relevance
39 : BreakIterator(), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()46 : BreakIterator(other), fText(NULL), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()100 if (this->fCharIter == NULL) { in getText()103 this->fCharIter = new UCharCharacterIterator(&c, 0); in getText()106 return *this->fCharIter; in getText()140 this->fCharIter = it; in adoptText()
87 mutable CharacterIterator *fCharIter; variable91 delete this->fCharIter; in clearCurrentCharIter()92 this->fCharIter = NULL; in clearCurrentCharIter()
Completed in 6 milliseconds