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 =()
275 fCharIter = NULL; in init()
383 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
385 delete fCharIter; in setText()
387 fCharIter = fDCharIter; in setText()
429 return *fCharIter; in getText()
441 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in adoptText()
442 delete fCharIter; in adoptText()
445 fCharIter = newText; in adoptText()
479 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
481 delete fCharIter; in setText()
483 fCharIter = fSCharIter; in setText()