Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbi.cpp180 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
182 delete fCharIter; in ~RuleBasedBreakIterator()
184 fCharIter = NULL; in ~RuleBasedBreakIterator()
229 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
230 delete fCharIter; in operator =()
232 fCharIter = NULL; in operator =()
234 if (that.fCharIter != NULL ) { in operator =()
238 fCharIter = that.fCharIter->clone(); in operator =()
273 fCharIter = NULL; in init()
405 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
[all …]
/external/icu/icu4c/source/common/unicode/
Drbbi.h68 CharacterIterator *fCharIter; variable