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

/external/icu4c/test/intltest/
H A Dregextst.cpp3310 uint32_t bflags = 0; local
3312 bflags |= UREGEX_CASE_INSENSITIVE;
3315 bflags |= UREGEX_COMMENTS;
3318 bflags |= UREGEX_DOTALL;
3321 bflags |= UREGEX_MULTILINE;
3325 bflags |= UREGEX_ERROR_ON_UNKNOWN_ESCAPES;
3328 bflags |= UREGEX_UNIX_LINES;
3332 callerPattern = RegexPattern::compile(pattern, bflags, pe, status);
3364 UTF8Pattern = RegexPattern::compile(&patternText, bflags, pe, status);

Completed in 70 milliseconds