Searched refs:UREGEX_DOTALL (Results 1 – 14 of 14) sorted by relevance
/external/chromium/third_party/icu/source/tools/genrb/ |
D | prscmnts.cpp | 93 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/tools/genrb/ |
D | prscmnts.cpp | 93 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/chromium/third_party/icu/source/test/cintltst/ |
D | reapits.c | 148 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestRegexCAPI() 162 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 168 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 306 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status); in TestRegexCAPI() 309 TEST_ASSERT(t == (UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL)); in TestRegexCAPI()
|
/external/icu4c/test/cintltst/ |
D | reapits.c | 187 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestRegexCAPI() 207 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 213 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 351 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status); in TestRegexCAPI() 354 TEST_ASSERT(t == (UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL)); in TestRegexCAPI() 1388 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestUTextAPI() 1402 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestUTextAPI()
|
/external/icu4c/i18n/ |
D | repattrn.cpp | 283 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile() 334 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile()
|
D | regexcmp.cpp | 1106 if (fModeFlags & UREGEX_DOTALL) { in doParseActions() 1401 case 0x73: /* 's' */ bit = UREGEX_DOTALL; break; in doParseActions()
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
D | uregex.h | 61 UREGEX_DOTALL = 32, enumerator
|
/external/icu4c/i18n/unicode/ |
D | uregex.h | 63 UREGEX_DOTALL = 32, enumerator
|
/external/chromium/third_party/icu/source/i18n/ |
D | repattrn.cpp | 251 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | in compile()
|
D | regexcmp.cpp | 1099 if (fModeFlags & UREGEX_DOTALL) { in doParseActions() 1394 case 0x73: /* 's' */ bit = UREGEX_DOTALL; break; in doParseActions()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | regextst.cpp | 1613 bflags |= UREGEX_DOTALL; in regex_find() 1868 UREGEX_COMMENTS | UREGEX_DOTALL | in Errors()
|
D | rbbitst.cpp | 2544 …RegexMatcher tokenMatcher(tokenExpr, testFileAsString, UREGEX_MULTILINE | UREGEX_DOTALL, status… in runUnicodeTestData()
|
/external/icu4c/test/intltest/ |
D | regextst.cpp | 2981 bflags |= UREGEX_DOTALL; in regex_find() 3367 UREGEX_COMMENTS | UREGEX_DOTALL | in Errors()
|
D | rbbitst.cpp | 2237 …RegexMatcher tokenMatcher(tokenExpr, testFileAsString, UREGEX_MULTILINE | UREGEX_DOTALL, status… in runUnicodeTestData()
|