Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbi.cpp191 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in ~RuleBasedBreakIterator()
196 delete fSCharIter; in ~RuleBasedBreakIterator()
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in operator =()
276 fSCharIter = NULL; in init()
383 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
441 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in adoptText()
473 if (fSCharIter == NULL) { in setText()
474 fSCharIter = new StringCharacterIterator(newText); in setText()
476 fSCharIter->setText(newText); in setText()
479 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) { in setText()
[all …]
/external/icu4c/common/unicode/
Drbbi.h86 StringCharacterIterator *fSCharIter; variable