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

  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 51 UBool fQuoted;
regexcmp.cpp 190 if (tableEl->fCharClass < 127 && fC.fQuoted == FALSE && tableEl->fCharClass == fC.fChar) {
200 if (tableEl->fCharClass == 254 && fC.fQuoted) {
210 fC.fQuoted == FALSE && // char is not escaped &&
    [all...]
  /external/icu/icu4c/source/i18n/
regexcmp.h 51 UBool fQuoted;
regexcmp.cpp 190 if (tableEl->fCharClass < 127 && fC.fQuoted == FALSE && tableEl->fCharClass == fC.fChar) {
200 if (tableEl->fCharClass == 254 && fC.fQuoted) {
210 fC.fQuoted == FALSE && // char is not escaped &&
    [all...]

Completed in 205 milliseconds