Searched refs:URegularExpression (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | uregex.h | 34 struct URegularExpression; 40 typedef struct URegularExpression URegularExpression; typedef 133 U_STABLE URegularExpression * U_EXPORT2 163 U_DRAFT URegularExpression * U_EXPORT2 193 U_STABLE URegularExpression * U_EXPORT2 210 uregex_close(URegularExpression *regexp); 225 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_close); 249 U_STABLE URegularExpression * U_EXPORT2 250 uregex_clone(const URegularExpression *regexp, UErrorCode *status); 270 uregex_pattern(const URegularExpression *regexp, [all …]
|
/external/icu4c/i18n/ |
D | uregex.cpp | 105 U_CAPI URegularExpression * U_EXPORT2 169 return (URegularExpression*)re; in uregex_open() 183 U_CAPI URegularExpression * U_EXPORT2 252 return (URegularExpression*)re; in uregex_openUText() 267 uregex_close(URegularExpression *re2) { in uregex_close() 282 U_CAPI URegularExpression * U_EXPORT2 283 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() 308 return (URegularExpression*)clone; in uregex_clone() 320 uregex_pattern(const URegularExpression *regexp2, in uregex_pattern() 341 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 | 75 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) { in extractGroup() 104 URegularExpression *parseRegexp = NULL; in buildWSConfusableData()
|
/external/icu4c/test/cintltst/ |
D | reapits.c | 163 URegularExpression *re; in TestRegexCAPI() 236 URegularExpression *clone1; in TestRegexCAPI() 237 URegularExpression *clone2; in TestRegexCAPI() 238 URegularExpression *clone3; in TestRegexCAPI() 1313 URegularExpression *theRegEx; in TestBug4315() 1365 URegularExpression *re; in TestUTextAPI() 1404 URegularExpression *clone1; in TestUTextAPI() 1405 URegularExpression *clone2; in TestUTextAPI() 1406 URegularExpression *clone3; in TestUTextAPI() 2172 URegularExpression *re; in TestRefreshInput() [all …]
|
/external/icu4c/test/intltest/ |
D | regextst.cpp | 4906 URegularExpression *re; in PreAllocatedUTextCAPI()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 133620 URegularExpression *pExpr = (URegularExpression *)p; 133645 URegularExpression *pExpr;
|
/external/sqlite/dist/ |
D | sqlite3.c | 133651 URegularExpression *pExpr = (URegularExpression *)p; 133676 URegularExpression *pExpr;
|