Searched refs:UREGEX_LITERAL (Results 1 – 3 of 3) sorted by relevance
284 UREGEX_ERROR_ON_UNKNOWN_ESCAPES | UREGEX_UNIX_LINES | UREGEX_LITERAL; in compile()291 if ((flags & (UREGEX_CANON_EQ | UREGEX_LITERAL)) != 0) { in compile()335 … UREGEX_ERROR_ON_UNKNOWN_ESCAPES | UREGEX_UNIX_LINES | UREGEX_LITERAL; in compile()342 if ((flags & (UREGEX_CANON_EQ | UREGEX_LITERAL)) != 0) { in compile()
76 UREGEX_LITERAL = 16, enumerator
201 re = uregex_open(pat, -1, UREGEX_LITERAL, 0, &status); in TestRegexCAPI()