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 && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
193 delete fCharIter; in ~RuleBasedBreakIterator()
195 fCharIter = NULL; in ~RuleBasedBreakIterator()
197 fCharIter = NULL; in ~RuleBasedBreakIterator()
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
241 delete fCharIter; in operator =()
243 fCharIter = NULL; in operator =()
245 if (that.fCharIter != NULL ) { in operator =()
249 fCharIter = that.fCharIter->clone(); in operator =()
274 fCharIter = NULL; in init()
[all …]
/external/icu/icu4c/source/common/unicode/
Drbbi.h79 CharacterIterator *fCharIter; variable