Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drepattrn.cpp246 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile() local
250 if ((flags & ~allFlags) != 0) { in compile()