HomeSort by relevance Sort by last modified time
    Searched refs:fSCharIter (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
rbbi.cpp 191 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
196 delete fSCharIter;
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
275 fSCharIter = NULL;
382 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
440 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
472 if (fSCharIter == NULL) {
473 fSCharIter = new StringCharacterIterator(newText);
475 fSCharIter->setText(newText);
478 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter)
    [all...]
  /external/icu/icu4c/source/common/unicode/
rbbi.h 77 * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
86 StringCharacterIterator *fSCharIter;

Completed in 34 milliseconds