Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1313 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in doParseActions()
1345 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in doParseActions()
1459 case 0x69: /* 'i' */ bit = UREGEX_CASE_INSENSITIVE; break; in doParseActions()
1642 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions()
1654 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions()
1664 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions()
1674 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions()
1911 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in fixLiterals()
1919 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) && in fixLiterals()
1930 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in fixLiterals()
[all …]
Drepattrn.cpp315 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
366 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
/external/icu/icu4c/source/test/cintltst/
Dreapits.c224UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | UREG… in TestRegexCAPI()
244UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI()
250UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI()
388 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status); in TestRegexCAPI()
391 TEST_ASSERT(t == (UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL)); in TestRegexCAPI()
1426 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestUTextAPI()
1440UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestUTextAPI()
/external/icu/icu4c/source/i18n/unicode/
Duregex.h58 UREGEX_CASE_INSENSITIVE = 2, enumerator
/external/icu/libandroidicu/include/unicode/
Duregex.h58 UREGEX_CASE_INSENSITIVE = 2, enumerator
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp553 …xPattern::compile(UNICODE_STRING_SIMPLE("a\\u00dfx").unescape(), UREGEX_CASE_INSENSITIVE, pe, stat… in Basic()
1514 RegexPattern *pat1b = RegexPattern::compile(re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern()
1518 REGEX_ASSERT(pat1b->flags() == UREGEX_CASE_INSENSITIVE); in API_Pattern()
2799 RegexPattern *pat1b = RegexPattern::compile(&re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern_UTF8()
2803 REGEX_ASSERT(pat1b->flags() == UREGEX_CASE_INSENSITIVE); in API_Pattern_UTF8()
3349 bflags |= UREGEX_CASE_INSENSITIVE; in regex_find()
4092 flags |= UREGEX_CASE_INSENSITIVE; in PerlTests()
4461 flags |= UREGEX_CASE_INSENSITIVE; in PerlTestsUTF8()
5497 …her* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE, status); in Bug8479()
Drbbimonkeytest.cpp1014 RegexMatcher m(name, params, UREGEX_CASE_INSENSITIVE, status); in getBoolParam()
Drbbitst.cpp4294 RegexMatcher hexMatcher(u"\\s*([a-f0-9]*)", UREGEX_CASE_INSENSITIVE, status); in TestEmoji()