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

  /external/chromium/third_party/icu/source/common/
rbbi.cpp 160 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
167 delete fDCharIter;
168 fDCharIter = NULL;
209 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
246 fDCharIter = NULL;
340 if (fDCharIter == NULL) {
342 fDCharIter = new UCharCharacterIterator(&c, 0);
343 if (fDCharIter == NULL) {
349 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
353 fCharIter = fDCharIter;
    [all...]
  /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;
342 if (fDCharIter == NULL) {
344 fDCharIter = new UCharCharacterIterator(&c, 0);
345 if (fDCharIter == NULL) {
351 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
355 fCharIter = fDCharIter;
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
rbbi.h 77 * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
93 UCharCharacterIterator *fDCharIter;
  /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 52 milliseconds