Home
last modified time | relevance | path

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

/external/icu4c/tools/genrb/
Dprscmnts.cpp93 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getText()
153 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status); in getCount()
192 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status); in getAt()
/external/icu4c/i18n/
Drepattrn.cpp280 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile()
331 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile()
Dregexcmp.cpp1130 if (fModeFlags & UREGEX_DOTALL) { in doParseActions()
1444 case 0x73: /* 's' */ bit = UREGEX_DOTALL; break; in doParseActions()
/external/icu4c/test/cintltst/
Dreapits.c218 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | UREG… in TestRegexCAPI()
238 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI()
244 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI()
382 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status); in TestRegexCAPI()
385 TEST_ASSERT(t == (UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL)); in TestRegexCAPI()
1420 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestUTextAPI()
1434 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestUTextAPI()
/external/icu4c/i18n/unicode/
Duregex.h63 UREGEX_DOTALL = 32, enumerator
/external/icu4c/test/intltest/
Dregextst.cpp3324 bflags |= UREGEX_DOTALL; in regex_find()
3750 UREGEX_COMMENTS | UREGEX_DOTALL | in Errors()
5162 …RegexMatcher* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE… in Bug8479()
Drbbitst.cpp1565 …RegexMatcher tokenMatcher(tokenExpr, testFileAsString, UREGEX_MULTILINE | UREGEX_DOTALL, status… in runUnicodeTestData()