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

/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp191 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
196 delete fSCharIter;
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
275 fSCharIter = NULL;
382 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
440 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
472 if (fSCharIter == NULL) {
473 fSCharIter = new StringCharacterIterator(newText);
475 fSCharIter->setText(newText);
478 if (fCharIter!=fSCharIter
[all...]
/external/icu/icu4c/source/common/
H A Drbbi.cpp191 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
196 delete fSCharIter;
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
275 fSCharIter = NULL;
382 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
440 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
472 if (fSCharIter == NULL) {
473 fSCharIter = new StringCharacterIterator(newText);
475 fSCharIter->setText(newText);
478 if (fCharIter!=fSCharIter
[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.
86 StringCharacterIterator *fSCharIter; 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.
86 StringCharacterIterator *fSCharIter; member in class:RuleBasedBreakIterator

Completed in 113 milliseconds