Searched refs:UREGEX_COMMENTS (Results 1 – 16 of 16) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
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()
|
D | regexcmp.cpp | 1485 case 0x78: /* 'x' */ bit = UREGEX_COMMENTS; break; in doParseActions() 4056 if (fModeFlags & UREGEX_COMMENTS) { in nextChar()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
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()
|
D | regexcmp.cpp | 1485 case 0x78: /* 'x' */ bit = UREGEX_COMMENTS; break; in doParseActions() 4056 if (fModeFlags & UREGEX_COMMENTS) { in nextChar()
|
/third_party/node/deps/icu-small/source/i18n/ |
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()
|
D | regexcmp.cpp | 1480 case 0x78: /* 'x' */ bit = UREGEX_COMMENTS; break; in doParseActions() 4059 if (fModeFlags & UREGEX_COMMENTS) { in nextChar()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | repattrn.cpp | 315 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile() 366 const uint32_t allFlags = UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | in compile()
|
D | regexcmp.cpp | 1465 case 0x78: /* 'x' */ bit = UREGEX_COMMENTS; break; in doParseActions() 4040 if (fModeFlags & UREGEX_COMMENTS) { in nextChar()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 232 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD | UREG… in TestRegexCAPI() 252 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 258 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestRegexCAPI() 1434 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, in TestUTextAPI() 1448 …UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &s… in TestUTextAPI()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uregex.h | 61 UREGEX_COMMENTS = 4, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uregex.h | 64 UREGEX_COMMENTS = 4, enumerator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | uregex.h | 64 UREGEX_COMMENTS = 4, enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 64 UREGEX_COMMENTS = 4, enumerator
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 220 …thisRule->fRuleMatcher.adoptInstead(new RegexMatcher(thisRule->fExpandedRule, UREGEX_COMMENTS | UR… in addRule()
|
D | regextst.cpp | 3385 bflags |= UREGEX_COMMENTS; in regex_find() 3833 UREGEX_COMMENTS | UREGEX_DOTALL | in Errors() 4140 flags |= UREGEX_COMMENTS; in PerlTests() 4511 flags |= UREGEX_COMMENTS; in PerlTestsUTF8()
|
/third_party/icu/docs/userguide/strings/ |
D | regexp.md | 267 | x | UREGEX_COMMENTS | If set, allow use of white space and #comments within patterns.
|