Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbi.cpp159 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
161 delete fCharIter; in ~RuleBasedBreakIterator()
163 fCharIter = NULL; in ~RuleBasedBreakIterator()
165 fCharIter = NULL; in ~RuleBasedBreakIterator()
208 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
209 delete fCharIter; in operator =()
211 fCharIter = NULL; in operator =()
213 if (that.fCharIter != NULL ) { in operator =()
217 fCharIter = that.fCharIter->clone(); in operator =()
243 fCharIter = NULL; in init()
[all …]
/external/chromium/third_party/icu/source/common/
Drbbi.cpp160 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
162 delete fCharIter; in ~RuleBasedBreakIterator()
164 fCharIter = NULL; in ~RuleBasedBreakIterator()
166 fCharIter = NULL; in ~RuleBasedBreakIterator()
209 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
210 delete fCharIter; in operator =()
212 fCharIter = NULL; in operator =()
214 if (that.fCharIter != NULL ) { in operator =()
218 fCharIter = that.fCharIter->clone(); in operator =()
244 fCharIter = NULL; in init()
[all …]
/external/chromium/third_party/icu/public/common/unicode/
Drbbi.h79 CharacterIterator *fCharIter; variable
/external/icu4c/common/unicode/
Drbbi.h79 CharacterIterator *fCharIter; variable