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

  /external/icu/icu4c/source/common/
rbbi.cpp 191 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
198 delete fDCharIter;
199 fDCharIter = NULL;
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
276 fDCharIter = NULL;
373 if (fDCharIter == NULL) {
375 fDCharIter = new UCharCharacterIterator(&c, 0);
376 if (fDCharIter == NULL) {
382 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
386 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.
93 UCharCharacterIterator *fDCharIter;

Completed in 45 milliseconds