Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbi.cpp70 : fSCharIter(UnicodeString()) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
88 : fSCharIter(UnicodeString()) in RuleBasedBreakIterator()
119 : fSCharIter(UnicodeString()) in RuleBasedBreakIterator()
140 : fSCharIter(UnicodeString()) in RuleBasedBreakIterator()
164 : fSCharIter(UnicodeString()) in RuleBasedBreakIterator()
179 fSCharIter(UnicodeString()) in RuleBasedBreakIterator()
191 if (fCharIter != &fSCharIter) { in ~RuleBasedBreakIterator()
235 if (fCharIter != &fSCharIter) { in operator =()
238 fCharIter = &fSCharIter; in operator =()
240 if (that.fCharIter != NULL && that.fCharIter != &that.fSCharIter) { in operator =()
[all …]
/external/icu/icu4c/source/common/unicode/
Drbbi.h134 StringCharacterIterator fSCharIter; variable