Searched refs:UREGEX_DOTALL (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | prscmnts.cpp | 105 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getText() 166 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getCount() 206 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getAt()
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 223 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | UREG… in TestRegexCAPI() 243 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 249 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 387 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status); in TestRegexCAPI() 390 TEST_ASSERT(t == (UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL)); in TestRegexCAPI() 1425 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestUTextAPI() 1439 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestUTextAPI()
|
/external/icu/icu4c/source/i18n/ |
D | repattrn.cpp | 316 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile() 367 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile()
|
D | regexcmp.cpp | 1108 if (fModeFlags & UREGEX_DOTALL) { in doParseActions() 1461 case 0x73: /* 's' */ bit = UREGEX_DOTALL; break; in doParseActions()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 65 UREGEX_DOTALL = 32, enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 212 …r.adoptInstead(new RegexMatcher(thisRule->fExpandedRule, UREGEX_COMMENTS | UREGEX_DOTALL, status)); in addRule()
|
D | regextst.cpp | 3416 bflags |= UREGEX_DOTALL; in regex_find() 3852 UREGEX_COMMENTS | UREGEX_DOTALL | in Errors() 5558 …RegexMatcher* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE… in Bug8479()
|
D | rbbitst.cpp | 1756 …RegexMatcher tokenMatcher(tokenExpr, testFileAsString, UREGEX_MULTILINE | UREGEX_DOTALL, status… in runUnicodeTestData()
|