Searched refs:UREGEX_CANON_EQ (Results 1 – 9 of 9) sorted by relevance
326 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()
58 UREGEX_CANON_EQ = 128, enumerator
261 > :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
246 re = uregex_open(pat, -1, UREGEX_CANON_EQ, 0, &status); in TestRegexCAPI()
3832 int32_t flags = UREGEX_CANON_EQ | in Errors()