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

  /external/chromium_org/third_party/icu/source/i18n/
repattrn.cpp 279 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS |
288 if ((flags & UREGEX_CANON_EQ) != 0) {
330 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS |
339 if ((flags & UREGEX_CANON_EQ) != 0) {
  /external/icu/icu4c/source/i18n/
repattrn.cpp 279 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS |
288 if ((flags & UREGEX_CANON_EQ) != 0) {
330 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS |
339 if ((flags & UREGEX_CANON_EQ) != 0) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h 53 UREGEX_CANON_EQ = 128,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 53 UREGEX_CANON_EQ = 128,
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 231 re = uregex_open(pat, -1, UREGEX_CANON_EQ, 0, &status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 231 re = uregex_open(pat, -1, UREGEX_CANON_EQ, 0, &status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]

Completed in 333 milliseconds