Searched refs:allFlags (Results 1 – 1 of 1) sorted by relevance
246 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile() local250 if ((flags & ~allFlags) != 0) { in compile()