Searched refs:fCharIter (Results 1 – 2 of 2) sorted by relevance
191 if (fCharIter != &fSCharIter) { in ~RuleBasedBreakIterator()193 delete fCharIter; in ~RuleBasedBreakIterator()195 fCharIter = NULL; in ~RuleBasedBreakIterator()235 if (fCharIter != &fSCharIter) { in operator =()236 delete fCharIter; in operator =()238 fCharIter = &fSCharIter; in operator =()240 if (that.fCharIter != NULL && that.fCharIter != &that.fSCharIter) { in operator =()244 fCharIter = that.fCharIter->clone(); in operator =()247 if (fCharIter == NULL) { in operator =()248 fCharIter = &fSCharIter; in operator =()[all …]
127 CharacterIterator *fCharIter; variable