Home
last modified time | relevance | path

Searched refs:fCharIter (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Drbbi.cpp178 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
180 delete fCharIter; in ~RuleBasedBreakIterator()
182 fCharIter = NULL; in ~RuleBasedBreakIterator()
184 fCharIter = NULL; in ~RuleBasedBreakIterator()
227 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
228 delete fCharIter; in operator =()
230 fCharIter = NULL; in operator =()
232 if (that.fCharIter != NULL ) { in operator =()
236 fCharIter = that.fCharIter->clone(); in operator =()
261 fCharIter = NULL; in init()
[all …]
/external/icu/icu4c/source/common/unicode/
Drbbi.h77 CharacterIterator *fCharIter; variable