Searched refs:URegularExpression (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 36 struct URegularExpression; 42 typedef struct URegularExpression URegularExpression; typedef 134 U_STABLE URegularExpression * U_EXPORT2 164 U_STABLE URegularExpression * U_EXPORT2 194 U_STABLE URegularExpression * U_EXPORT2 211 uregex_close(URegularExpression *regexp); 226 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_close); 250 U_STABLE URegularExpression * U_EXPORT2 251 uregex_clone(const URegularExpression *regexp, UErrorCode *status); 271 uregex_pattern(const URegularExpression *regexp, [all …]
|
/external/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 | 101 URegularExpression *fParseLine; 102 URegularExpression *fParseHexNum;
|
D | uregexc.cpp | 26 U_CAPI URegularExpression * U_EXPORT2
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 205 URegularExpression *re; in TestRegexCAPI() 278 URegularExpression *clone1; in TestRegexCAPI() 279 URegularExpression *clone2; in TestRegexCAPI() 280 URegularExpression *clone3; in TestRegexCAPI() 1355 URegularExpression *theRegEx; in TestBug4315() 1407 URegularExpression *re; in TestUTextAPI() 1446 URegularExpression *clone1; in TestUTextAPI() 1447 URegularExpression *clone2; in TestUTextAPI() 1448 URegularExpression *clone3; in TestUTextAPI() 2194 URegularExpression *re; in TestRefreshInput() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5030 URegularExpression *re; in PreAllocatedUTextCAPI() 5361 URegularExpression *re = uregex_openC("..(?<one>m)(.)(.)", 0, NULL, &status); in NamedCapture() 5637 URegularExpression *icu_re = uregex_openUText(utext_pat, 0, NULL, &status); in Bug10459() 5798 URegularExpression *re = uregex_openC("(A)|(B)", 0, NULL, &status); in TestBug11480()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 168267 URegularExpression *pExpr = (URegularExpression *)p; 168292 URegularExpression *pExpr;
|
/external/sqlite/dist/ |
D | sqlite3.c | 168280 URegularExpression *pExpr = (URegularExpression *)p; 168305 URegularExpression *pExpr;
|