Searched refs:URegularExpression (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duregex.h34 struct URegularExpression;
40 typedef struct URegularExpression URegularExpression; typedef in typeref:struct:URegularExpression
132 U_STABLE URegularExpression * U_EXPORT2
162 U_STABLE URegularExpression * U_EXPORT2
186 * @return The URegularExpression object representing the compiled
192 U_STABLE URegularExpression * U_EXPORT2
209 uregex_close(URegularExpression *regexp);
217 * "Smart pointer" class, closes a URegularExpression via uregex_close().
224 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_clos
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Duregex.h34 struct URegularExpression;
40 typedef struct URegularExpression URegularExpression; typedef in typeref:struct:URegularExpression
132 U_STABLE URegularExpression * U_EXPORT2
162 U_STABLE URegularExpression * U_EXPORT2
186 * @return The URegularExpression object representing the compiled
192 U_STABLE URegularExpression * U_EXPORT2
209 uregex_close(URegularExpression *regexp);
217 * "Smart pointer" class, closes a URegularExpression via uregex_close().
224 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, URegularExpression, uregex_clos
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Duregexc.cpp24 U_CAPI URegularExpression * U_EXPORT2
H A Duregex.cpp106 U_CAPI URegularExpression * U_EXPORT2
170 return (URegularExpression*)re;
184 U_CAPI URegularExpression * U_EXPORT2
253 return (URegularExpression*)re;
268 uregex_close(URegularExpression *re2) {
283 U_CAPI URegularExpression * U_EXPORT2
284 uregex_clone(const URegularExpression *source2, UErrorCode *status) {
309 return (URegularExpression*)clone;
321 uregex_pattern(const URegularExpression *regexp2,
342 uregex_patternUText(const URegularExpression *regexp
[all...]
H A Duspoof_conf.h101 URegularExpression *fParseLine;
102 URegularExpression *fParseHexNum;
H A Duspoof_wsconf.cpp76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
107 URegularExpression *parseRegexp = NULL;
/external/icu/icu4c/source/i18n/
H A Duregexc.cpp24 U_CAPI URegularExpression * U_EXPORT2
H A Duregex.cpp106 U_CAPI URegularExpression * U_EXPORT2
170 return (URegularExpression*)re;
184 U_CAPI URegularExpression * U_EXPORT2
253 return (URegularExpression*)re;
268 uregex_close(URegularExpression *re2) {
283 U_CAPI URegularExpression * U_EXPORT2
284 uregex_clone(const URegularExpression *source2, UErrorCode *status) {
309 return (URegularExpression*)clone;
321 uregex_pattern(const URegularExpression *regexp2,
342 uregex_patternUText(const URegularExpression *regexp
[all...]
H A Duspoof_conf.h101 URegularExpression *fParseLine;
102 URegularExpression *fParseHexNum;
H A Duspoof_wsconf.cpp76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
107 URegularExpression *parseRegexp = NULL;
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c221 URegularExpression *pExpr = (URegularExpression *)p;
246 URegularExpression *pExpr;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c200 URegularExpression *re;
273 URegularExpression *clone1;
274 URegularExpression *clone2;
275 URegularExpression *clone3;
1350 URegularExpression *theRegEx;
1402 URegularExpression *re;
1441 URegularExpression *clone1;
1442 URegularExpression *clone2;
1443 URegularExpression *clone3;
2201 * RefreshInput changes out the input of a URegularExpression withou
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c200 URegularExpression *re;
273 URegularExpression *clone1;
274 URegularExpression *clone2;
275 URegularExpression *clone3;
1350 URegularExpression *theRegEx;
1402 URegularExpression *re;
1441 URegularExpression *clone1;
1442 URegularExpression *clone2;
1443 URegularExpression *clone3;
2201 * RefreshInput changes out the input of a URegularExpression withou
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4924 URegularExpression *re;
5250 URegularExpression *icu_re = uregex_openUText(utext_pat, 0, NULL, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp4919 URegularExpression *re;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 609 milliseconds