Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbi.cpp191 if (fCharIter != &fSCharIter) { in ~RuleBasedBreakIterator()
193 delete fCharIter; in ~RuleBasedBreakIterator()
195 fCharIter = NULL; in ~RuleBasedBreakIterator()
235 if (fCharIter != &fSCharIter) { in operator =()
236 delete fCharIter; in operator =()
238 fCharIter = &fSCharIter; in operator =()
240 if (that.fCharIter != NULL && that.fCharIter != &that.fSCharIter) { in operator =()
244 fCharIter = that.fCharIter->clone(); in operator =()
247 if (fCharIter == NULL) { in operator =()
248 fCharIter = &fSCharIter; in operator =()
[all …]
/external/icu/icu4c/source/common/unicode/
Drbbi.h127 CharacterIterator *fCharIter; variable