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

  /external/chromium/third_party/icu/source/common/
rbbi.cpp 160 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
165 delete fSCharIter;
209 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
245 fSCharIter = NULL;
349 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
407 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
439 if (fSCharIter == NULL) {
440 fSCharIter = new StringCharacterIterator(newText);
442 fSCharIter->setText(newText);
445 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter)
    [all...]
  /external/icu4c/common/
rbbi.cpp 159 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
164 delete fSCharIter;
208 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
244 fSCharIter = NULL;
351 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
409 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
441 if (fSCharIter == NULL) {
442 fSCharIter = new StringCharacterIterator(newText);
444 fSCharIter->setText(newText);
447 if (fCharIter!=fSCharIter && 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.
86 StringCharacterIterator *fSCharIter;
  /external/icu4c/common/unicode/
rbbi.h 77 * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
86 StringCharacterIterator *fSCharIter;

Completed in 144 milliseconds