Home
last modified time | relevance | path

Searched refs:UREGEX_CANON_EQ (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp326 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
335 if ((flags & UREGEX_CANON_EQ) != 0) { in compile()
377 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
386 if ((flags & UREGEX_CANON_EQ) != 0) { in compile()
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp326 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
335 if ((flags & UREGEX_CANON_EQ) != 0) { in compile()
377 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
386 if ((flags & UREGEX_CANON_EQ) != 0) { in compile()
/third_party/node/deps/icu-small/source/i18n/
Drepattrn.cpp326 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
335 if ((flags & UREGEX_CANON_EQ) != 0) { in compile()
377 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
386 if ((flags & UREGEX_CANON_EQ) != 0) { in compile()
/third_party/icu/icu4c/source/i18n/unicode/
Duregex.h58 UREGEX_CANON_EQ = 128, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Duregex.h58 UREGEX_CANON_EQ = 128, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Duregex.h58 UREGEX_CANON_EQ = 128, enumerator
/third_party/icu/docs/userguide/strings/
Dregexp.md261 > :point_right: **Note**: The UREGEX_CANON_EQ option is not yet available.
265 | | UREGEX_CANON_EQ | If set, matching will take the canonical equivalence of characters …
488 * ICU does not support UREGEX_CANON_EQ. See
/third_party/icu/icu4c/source/test/cintltst/
Dreapits.c246 re = uregex_open(pat, -1, UREGEX_CANON_EQ, 0, &status); in TestRegexCAPI()
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp3832 int32_t flags = UREGEX_CANON_EQ | in Errors()