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

  /external/icu4c/i18n/
repattrn.cpp 97 *fInitialChars = *other.fInitialChars;
158 fInitialChars = NULL;
168 fInitialChars = new UnicodeSet;
174 fInitialChars == NULL || fInitialChars8 == NULL) {
206 delete fInitialChars;
207 fInitialChars = NULL;
798 int32_t numSetChars = This->fInitialChars->size();
804 UChar32 c = This->fInitialChars->charAt(i);
811 if (numSetChars < This->fInitialChars->size())
    [all...]
regexcmp.cpp     [all...]
rematch.cpp 708 (c>=256 && fPattern->fInitialChars->contains(c)))) {
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 616 UnicodeSet *fInitialChars;
    [all...]

Completed in 93 milliseconds