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

  /external/icu4c/common/
rbbi.cpp 159 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
166 delete fDCharIter;
167 fDCharIter = NULL;
208 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
245 fDCharIter = NULL;
339 if (fDCharIter == NULL) {
341 fDCharIter = new UCharCharacterIterator(&c, 0);
342 if (fDCharIter == NULL) {
348 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
352 fCharIter = fDCharIter;
    [all...]
  /external/icu4c/common/unicode/
rbbi.h 77 * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
93 UCharCharacterIterator *fDCharIter;

Completed in 298 milliseconds