Lines Matching refs:fDCharIter
191 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
198 delete fDCharIter; in ~RuleBasedBreakIterator()
199 fDCharIter = NULL; in ~RuleBasedBreakIterator()
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
276 fDCharIter = NULL; in init()
373 if (fDCharIter == NULL) { in setText()
375 fDCharIter = new UCharCharacterIterator(&c, 0); in setText()
376 if (fDCharIter == NULL) { in setText()
382 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
386 fCharIter = fDCharIter; in setText()
440 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in adoptText()
478 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()