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

  /external/icu4c/i18n/
repattrn.cpp 94 *fInitialChars = *other.fInitialChars;
155 fInitialChars = NULL;
165 fInitialChars = new UnicodeSet;
171 fInitialChars == NULL || fInitialChars8 == NULL) {
203 delete fInitialChars;
204 fInitialChars = NULL;
773 int32_t numSetChars = This->fInitialChars->size();
779 UChar32 c = This->fInitialChars->charAt(i);
786 if (numSetChars < This->fInitialChars->size())
    [all...]
regexcmp.cpp     [all...]
rematch.cpp 714 (c>=256 && fPattern->fInitialChars->contains(c)))) {
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 601 UnicodeSet *fInitialChars;
    [all...]

Completed in 99 milliseconds