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

  /external/icu4c/common/
rbbi.cpp 159 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
164 delete fSCharIter;
208 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
244 fSCharIter = NULL;
348 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
406 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
438 if (fSCharIter == NULL) {
439 fSCharIter = new StringCharacterIterator(newText);
441 fSCharIter->setText(newText);
444 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter)
    [all...]
  /external/icu4c/common/unicode/
rbbi.h 77 * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
86 StringCharacterIterator *fSCharIter;

Completed in 1372 milliseconds