Searched refs:fSCharIter (Results 1 – 2 of 2) sorted by relevance
70 : 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 …]
134 StringCharacterIterator fSCharIter; variable