Lines Matching refs:fDCharIter
178 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
185 delete fDCharIter; in ~RuleBasedBreakIterator()
186 fDCharIter = NULL; in ~RuleBasedBreakIterator()
227 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
263 fDCharIter = NULL; in init()
360 if (fDCharIter == NULL) { in setText()
362 fDCharIter = new UCharCharacterIterator(&c, 0); in setText()
363 if (fDCharIter == NULL) { in setText()
369 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
373 fCharIter = fDCharIter; in setText()
427 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in adoptText()
465 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()