Lines Matching full:bflags
3408 uint32_t bflags = 0;
3410 bflags |= UREGEX_CASE_INSENSITIVE;
3413 bflags |= UREGEX_COMMENTS;
3416 bflags |= UREGEX_DOTALL;
3419 bflags |= UREGEX_MULTILINE;
3423 bflags |= UREGEX_ERROR_ON_UNKNOWN_ESCAPES;
3426 bflags |= UREGEX_UNIX_LINES;
3429 bflags |= UREGEX_LITERAL;
3433 callerPattern = RegexPattern::compile(pattern, bflags, pe, status);
3465 UTF8Pattern = RegexPattern::compile(&patternText, bflags, pe, status);