Searched refs:UREGEX_LITERAL (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/
H A Drepattrn.cpp281 UREGEX_ERROR_ON_UNKNOWN_ESCAPES | UREGEX_UNIX_LINES | UREGEX_LITERAL;
332 UREGEX_ERROR_ON_UNKNOWN_ESCAPES | UREGEX_UNIX_LINES | UREGEX_LITERAL;
H A Dregexcmp.cpp151 // UREGEX_LITERAL force entire pattern to be treated as a literal string.
152 if (fModeFlags & UREGEX_LITERAL) {
3682 if ((c.fChar==chBackSlash && peekCharLL()==chE && ((fModeFlags & UREGEX_LITERAL) == 0)) ||
/external/icu4c/i18n/unicode/
H A Duregex.h75 UREGEX_LITERAL = 16, enumerator in enum:URegexpFlag
/external/icu4c/test/cintltst/
H A Dreapits.c218 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | UREGEX_LITERAL,
/external/icu4c/test/intltest/
H A Dregextst.cpp3337 bflags |= UREGEX_LITERAL;

Completed in 585 milliseconds