Searched refs:fDCharIter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp161 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
168 delete fDCharIter;
169 fDCharIter = NULL;
210 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
247 fDCharIter = NULL;
344 if (fDCharIter == NULL) {
346 fDCharIter = new UCharCharacterIterator(&c, 0);
347 if (fDCharIter == NULL) {
353 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
357 fCharIter = fDCharIter;
[all...]
/external/icu/icu4c/source/common/
H A Drbbi.cpp191 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/chromium_org/third_party/icu/source/common/unicode/
H A Drbbi.h77 * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
93 UCharCharacterIterator *fDCharIter; member in class:RuleBasedBreakIterator
/external/icu/icu4c/source/common/unicode/
H A Drbbi.h77 * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
93 UCharCharacterIterator *fDCharIter; member in class:RuleBasedBreakIterator

Completed in 104 milliseconds