/third_party/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 39 struct URegularExpression; 45 typedef struct URegularExpression URegularExpression; typedef 137 U_CAPI URegularExpression * U_EXPORT2 167 U_CAPI URegularExpression * U_EXPORT2 197 U_CAPI URegularExpression * U_EXPORT2 214 uregex_close(URegularExpression *regexp); 229 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_close); 253 U_CAPI URegularExpression * U_EXPORT2 254 uregex_clone(const URegularExpression *regexp, UErrorCode *status); 274 uregex_pattern(const URegularExpression *regexp, [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uregex.h | 39 struct URegularExpression; 45 typedef struct URegularExpression URegularExpression; typedef 137 U_CAPI URegularExpression * U_EXPORT2 167 U_CAPI URegularExpression * U_EXPORT2 197 U_CAPI URegularExpression * U_EXPORT2 214 uregex_close(URegularExpression *regexp); 229 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_close); 253 U_CAPI URegularExpression * U_EXPORT2 254 uregex_clone(const URegularExpression *regexp, UErrorCode *status); 274 uregex_pattern(const URegularExpression *regexp, [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | uregex.h | 39 struct URegularExpression; 45 typedef struct URegularExpression URegularExpression; typedef 137 U_CAPI URegularExpression * U_EXPORT2 167 U_CAPI URegularExpression * U_EXPORT2 197 U_CAPI URegularExpression * U_EXPORT2 214 uregex_close(URegularExpression *regexp); 229 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_close); 253 U_CAPI URegularExpression * U_EXPORT2 254 uregex_clone(const URegularExpression *regexp, UErrorCode *status); 274 uregex_pattern(const URegularExpression *regexp, [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uregex.cpp | 108 U_CAPI URegularExpression * U_EXPORT2 172 return (URegularExpression*)re; in uregex_open() 186 U_CAPI URegularExpression * U_EXPORT2 255 return (URegularExpression*)re; in uregex_openUText() 270 uregex_close(URegularExpression *re2) { in uregex_close() 285 U_CAPI URegularExpression * U_EXPORT2 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() 311 return (URegularExpression*)clone; in uregex_clone() 323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern() 344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText() [all …]
|
D | uspoof_conf.h | 104 URegularExpression *fParseLine; 105 URegularExpression *fParseHexNum;
|
D | uregexc.cpp | 26 U_CAPI URegularExpression * U_EXPORT2
|
/third_party/icu/icu4c/source/i18n/ |
D | uregex.cpp | 108 U_CAPI URegularExpression * U_EXPORT2 172 return (URegularExpression*)re; in uregex_open() 186 U_CAPI URegularExpression * U_EXPORT2 255 return (URegularExpression*)re; in uregex_openUText() 270 uregex_close(URegularExpression *re2) { in uregex_close() 285 U_CAPI URegularExpression * U_EXPORT2 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() 311 return (URegularExpression*)clone; in uregex_clone() 323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern() 344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText() [all …]
|
D | uspoof_conf.h | 104 URegularExpression *fParseLine; 105 URegularExpression *fParseHexNum;
|
D | uregexc.cpp | 26 U_CAPI URegularExpression * U_EXPORT2
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uregex.cpp | 108 U_CAPI URegularExpression * U_EXPORT2 172 return (URegularExpression*)re; in uregex_open() 186 U_CAPI URegularExpression * U_EXPORT2 255 return (URegularExpression*)re; in uregex_openUText() 270 uregex_close(URegularExpression *re2) { in uregex_close() 285 U_CAPI URegularExpression * U_EXPORT2 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() 311 return (URegularExpression*)clone; in uregex_clone() 323 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern() 344 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText() [all …]
|
D | uspoof_conf.h | 103 URegularExpression *fParseLine; 104 URegularExpression *fParseHexNum;
|
D | uregexc.cpp | 26 U_CAPI URegularExpression * U_EXPORT2
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
D | icu_uregex_open_fuzzer.cc | 14 URegularExpression* re = uregex_open(reinterpret_cast<const UChar*>(data), in LLVMFuzzerTestOneInput()
|
/third_party/icu/icu4c/source/test/fuzzer/ |
D | uregex_open_fuzzer.cpp | 18 URegularExpression* re = uregex_open(reinterpret_cast<const UChar*>(data), in LLVMFuzzerTestOneInput()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 215 URegularExpression *re; in TestRegexCAPI() 288 URegularExpression *clone1; in TestRegexCAPI() 289 URegularExpression *clone2; in TestRegexCAPI() 290 URegularExpression *clone3; in TestRegexCAPI() 1365 URegularExpression *theRegEx; in TestBug4315() 1417 URegularExpression *re; in TestUTextAPI() 1456 URegularExpression *clone1; in TestUTextAPI() 1457 URegularExpression *clone2; in TestUTextAPI() 1458 URegularExpression *clone3; in TestUTextAPI() 2204 URegularExpression *re; in TestRefreshInput() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 4906 URegularExpression *re; in PreAllocatedUTextCAPI() 5237 URegularExpression *re = uregex_openC("..(?<one>m)(.)(.)", 0, NULL, &status); in NamedCapture() 5513 URegularExpression *icu_re = uregex_openUText(utext_pat, 0, NULL, &status); in Bug10459() 5674 URegularExpression *re = uregex_openC("(A)|(B)", 0, NULL, &status); in TestBug11480() 5778 URegularExpression *re = uregex_openC(" ", 0, nullptr, &status); in TestBug13632()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 207390 URegularExpression *pExpr = (URegularExpression *)p; 207415 URegularExpression *pExpr;
|