Home | History | Annotate | Download | only in intltest

Lines Matching refs:bflags

3403     uint32_t bflags = 0;
3405 bflags |= UREGEX_CASE_INSENSITIVE;
3408 bflags |= UREGEX_COMMENTS;
3411 bflags |= UREGEX_DOTALL;
3414 bflags |= UREGEX_MULTILINE;
3418 bflags |= UREGEX_ERROR_ON_UNKNOWN_ESCAPES;
3421 bflags |= UREGEX_UNIX_LINES;
3424 bflags |= UREGEX_LITERAL;
3428 callerPattern = RegexPattern::compile(pattern, bflags, pe, status);
3460 UTF8Pattern = RegexPattern::compile(&patternText, bflags, pe, status);