Lines Matching refs:fCharIter
191 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
193 delete fCharIter; in ~RuleBasedBreakIterator()
195 fCharIter = NULL; in ~RuleBasedBreakIterator()
197 fCharIter = NULL; in ~RuleBasedBreakIterator()
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
241 delete fCharIter; in operator =()
243 fCharIter = NULL; in operator =()
245 if (that.fCharIter != NULL ) { in operator =()
249 fCharIter = that.fCharIter->clone(); in operator =()
274 fCharIter = NULL; in init()
382 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
384 delete fCharIter; in setText()
386 fCharIter = fDCharIter; in setText()
428 return *fCharIter; in getText()
440 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in adoptText()
441 delete fCharIter; in adoptText()
444 fCharIter = newText; in adoptText()
478 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
480 delete fCharIter; in setText()
482 fCharIter = fSCharIter; in setText()