Home
last modified time | relevance | path

Searched refs:UREGEX_DOTALL (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dprscmnts.cpp103 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getText()
164 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getCount()
204 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getAt()
/external/icu/icu4c/source/test/cintltst/
Dreapits.c221 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | UREG… in TestRegexCAPI()
241 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI()
247 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI()
385 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status); in TestRegexCAPI()
388 TEST_ASSERT(t == (UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL)); in TestRegexCAPI()
1423 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestUTextAPI()
1437 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestUTextAPI()
/external/icu/icu4c/source/i18n/
Drepattrn.cpp312 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile()
363 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile()
Dregexcmp.cpp1105 if (fModeFlags & UREGEX_DOTALL) { in doParseActions()
1458 case 0x73: /* 's' */ bit = UREGEX_DOTALL; break; in doParseActions()
/external/icu/icu4c/source/i18n/unicode/
Duregex.h63 UREGEX_DOTALL = 32, enumerator
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3414 bflags |= UREGEX_DOTALL; in regex_find()
3843 UREGEX_COMMENTS | UREGEX_DOTALL | in Errors()
5549 …RegexMatcher* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE… in Bug8479()
Drbbitst.cpp1806 …RegexMatcher tokenMatcher(tokenExpr, testFileAsString, UREGEX_MULTILINE | UREGEX_DOTALL, status… in runUnicodeTestData()