Lines Matching refs:fDCharIter
161 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
168 delete fDCharIter; in ~RuleBasedBreakIterator()
169 fDCharIter = NULL; in ~RuleBasedBreakIterator()
210 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
247 fDCharIter = NULL; in init()
344 if (fDCharIter == NULL) { in setText()
346 fDCharIter = new UCharCharacterIterator(&c, 0); in setText()
347 if (fDCharIter == NULL) { in setText()
353 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
357 fCharIter = fDCharIter; in setText()
411 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in adoptText()
449 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()