Searched refs:UREGEX_CASE_INSENSITIVE (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | regexcmp.cpp | 1327 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in doParseActions() 1360 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in doParseActions() 1474 case 0x69: /* 'i' */ bit = UREGEX_CASE_INSENSITIVE; break; in doParseActions() 1659 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1672 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1682 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1692 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1927 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in fixLiterals() 1935 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) && in fixLiterals() 1946 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in fixLiterals() [all …]
|
D | repattrn.cpp | 326 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile() 377 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 1332 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in doParseActions() 1365 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in doParseActions() 1479 case 0x69: /* 'i' */ bit = UREGEX_CASE_INSENSITIVE; break; in doParseActions() 1662 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1674 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1684 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1694 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1929 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in fixLiterals() 1937 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) && in fixLiterals() 1948 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in fixLiterals() [all …]
|
D | repattrn.cpp | 326 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile() 377 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
|
/third_party/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 1327 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in doParseActions() 1360 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in doParseActions() 1474 case 0x69: /* 'i' */ bit = UREGEX_CASE_INSENSITIVE; break; in doParseActions() 1659 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1672 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1682 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1692 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) != 0) { in doParseActions() 1927 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in fixLiterals() 1935 if ((fModeFlags & UREGEX_CASE_INSENSITIVE) && in fixLiterals() 1946 if (fModeFlags & UREGEX_CASE_INSENSITIVE) { in fixLiterals() [all …]
|
D | repattrn.cpp | 326 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile() 377 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 233 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | UREG… in TestRegexCAPI() 253 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 259 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 397 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status); in TestRegexCAPI() 400 TEST_ASSERT(t == (UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL)); in TestRegexCAPI() 1435 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestUTextAPI() 1449 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestUTextAPI()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 61 UREGEX_CASE_INSENSITIVE = 2, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uregex.h | 61 UREGEX_CASE_INSENSITIVE = 2, enumerator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | uregex.h | 61 UREGEX_CASE_INSENSITIVE = 2, enumerator
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 586 …xPattern::compile(UNICODE_STRING_SIMPLE("a\\u00dfx").unescape(), UREGEX_CASE_INSENSITIVE, pe, stat… in Basic() 1547 RegexPattern *pat1b = RegexPattern::compile(re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern() 1551 REGEX_ASSERT(pat1b->flags() == UREGEX_CASE_INSENSITIVE); in API_Pattern() 2832 RegexPattern *pat1b = RegexPattern::compile(&re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern_UTF8() 2836 REGEX_ASSERT(pat1b->flags() == UREGEX_CASE_INSENSITIVE); in API_Pattern_UTF8() 3382 bflags |= UREGEX_CASE_INSENSITIVE; in regex_find() 4025 flags |= UREGEX_CASE_INSENSITIVE; in PerlTests() 4396 flags |= UREGEX_CASE_INSENSITIVE; in PerlTestsUTF8() 5434 …her* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE, status); in Bug8479()
|
D | rbbimonkeytest.cpp | 1014 RegexMatcher m(name, params, UREGEX_CASE_INSENSITIVE, status); in getBoolParam()
|
D | rbbitst.cpp | 4437 RegexMatcher hexMatcher(u"\\s*([a-f0-9]*)", UREGEX_CASE_INSENSITIVE, status); in TestEmoji()
|
/third_party/icu/docs/userguide/strings/ |
D | regexp.md | 219 Case insensitive matching is specified by the UREGEX_CASE_INSENSITIVE flag 266 | i | UREGEX_CASE_INSENSITIVE | If set, matching will take place in a case-insensitive manner.
|