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

  /external/chromium/third_party/icu/source/i18n/
repattrn.cpp 98 // Note: init() already added an empty element zero to fSets
100 int32_t numSets = other.fSets->size();
110 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i);
116 fSets->addElement(newSet, fDeferredStatus);
135 fSets = NULL;
154 fSets = new UVector(fDeferredStatus);
160 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL ||
167 fSets->addElement((int32_t)0, fDeferredStatus);
180 for (i=1; i<fSets->size(); i++) {
182 s = (UnicodeSet *)fSets->elementAt(i)
    [all...]
regexcmp.cpp 311 int32_t numSets = fRXPat->fSets->size();
320 UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(i);
    [all...]
rematch.cpp     [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu4c/i18n/
repattrn.cpp 109 // Note: init() already added an empty element zero to fSets
111 int32_t numSets = other.fSets->size();
121 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i);
127 fSets->addElement(newSet, fDeferredStatus);
145 fSets = NULL;
167 fSets = new UVector(fDeferredStatus);
173 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL ||
180 fSets->addElement((int32_t)0, fDeferredStatus);
193 for (i=1; i<fSets->size(); i++) {
195 s = (UnicodeSet *)fSets->elementAt(i)
    [all...]
regexcmp.cpp 318 int32_t numSets = fRXPat->fSets->size();
327 UnicodeSet *s = (UnicodeSet *)fRXPat->fSets->elementAt(i);
    [all...]
rematch.cpp     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 387 UVector *fSets; // Any UnicodeSets referenced from the pattern.
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 583 UVector *fSets; // Any UnicodeSets referenced from the pattern.
    [all...]

Completed in 235 milliseconds