Lines Matching refs:fCharIter
160 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
162 delete fCharIter; in ~RuleBasedBreakIterator()
164 fCharIter = NULL; in ~RuleBasedBreakIterator()
166 fCharIter = NULL; in ~RuleBasedBreakIterator()
209 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
210 delete fCharIter; in operator =()
212 fCharIter = NULL; in operator =()
214 if (that.fCharIter != NULL ) { in operator =()
218 fCharIter = that.fCharIter->clone(); in operator =()
244 fCharIter = NULL; in init()
349 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
351 delete fCharIter; in setText()
353 fCharIter = fDCharIter; in setText()
395 return *fCharIter; in getText()
407 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in adoptText()
408 delete fCharIter; in adoptText()
411 fCharIter = newText; in adoptText()
445 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
447 delete fCharIter; in setText()
449 fCharIter = fSCharIter; in setText()