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