Searched refs:URegularExpression (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 34 struct URegularExpression; 40 typedef struct URegularExpression URegularExpression; typedef 132 U_STABLE URegularExpression * U_EXPORT2 162 U_STABLE URegularExpression * U_EXPORT2 192 U_STABLE URegularExpression * U_EXPORT2 209 uregex_close(URegularExpression *regexp); 224 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_close); 248 U_STABLE URegularExpression * U_EXPORT2 249 uregex_clone(const URegularExpression *regexp, UErrorCode *status); 269 uregex_pattern(const URegularExpression *regexp, [all …]
|
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 106 U_CAPI URegularExpression * U_EXPORT2 170 return (URegularExpression*)re; in uregex_open() 184 U_CAPI URegularExpression * U_EXPORT2 253 return (URegularExpression*)re; in uregex_openUText() 268 uregex_close(URegularExpression *re2) { in uregex_close() 283 U_CAPI URegularExpression * U_EXPORT2 284 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() 309 return (URegularExpression*)clone; in uregex_clone() 321 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern() 342 uregex_patternUText(const URegularExpression *regexp2, in uregex_patternUText() [all …]
|
D | uspoof_conf.h | 101 URegularExpression *fParseLine; 102 URegularExpression *fParseHexNum;
|
D | uregexc.cpp | 24 U_CAPI URegularExpression * U_EXPORT2
|
D | uspoof_wsconf.cpp | 76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) { in extractGroup() 107 URegularExpression *parseRegexp = NULL; in buildWSConfusableData()
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 203 URegularExpression *re; in TestRegexCAPI() 276 URegularExpression *clone1; in TestRegexCAPI() 277 URegularExpression *clone2; in TestRegexCAPI() 278 URegularExpression *clone3; in TestRegexCAPI() 1353 URegularExpression *theRegEx; in TestBug4315() 1405 URegularExpression *re; in TestUTextAPI() 1444 URegularExpression *clone1; in TestUTextAPI() 1445 URegularExpression *clone2; in TestUTextAPI() 1446 URegularExpression *clone3; in TestUTextAPI() 2192 URegularExpression *re; in TestRefreshInput() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5018 URegularExpression *re; in PreAllocatedUTextCAPI() 5349 URegularExpression *re = uregex_openC("..(?<one>m)(.)(.)", 0, NULL, &status); in NamedCapture() 5625 URegularExpression *icu_re = uregex_openUText(utext_pat, 0, NULL, &status); in Bug10459() 5786 URegularExpression *re = uregex_openC("(A)|(B)", 0, NULL, &status); in TestBug11480()
|
/external/sqlite/dist/ |
D | sqlite3.c | 154698 URegularExpression *pExpr = (URegularExpression *)p; 154723 URegularExpression *pExpr;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 154668 URegularExpression *pExpr = (URegularExpression *)p; 154693 URegularExpression *pExpr;
|