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

/external/icu4c/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/unicode/
H A Duregex.h34 struct URegularExpression;
40 typedef struct URegularExpression URegularExpression; typedef in typeref:struct:URegularExpression
133 U_STABLE URegularExpression * U_EXPORT2
163 U_DRAFT URegularExpression * U_EXPORT2
187 * @return The URegularExpression object representing the compiled
193 U_STABLE URegularExpression * U_EXPORT2
210 uregex_close(URegularExpression *regexp);
218 * "Smart pointer" class, closes a URegularExpression via uregex_close().
225 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.cpp105 U_CAPI URegularExpression * U_EXPORT2
169 return (URegularExpression*)re;
183 U_CAPI URegularExpression * U_EXPORT2
252 return (URegularExpression*)re;
267 uregex_close(URegularExpression *re2) {
282 U_CAPI URegularExpression * U_EXPORT2
283 uregex_clone(const URegularExpression *source2, UErrorCode *status) {
308 return (URegularExpression*)clone;
320 uregex_pattern(const URegularExpression *regexp2,
341 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) {
105 URegularExpression *parseRegexp = NULL;
/external/icu4c/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/icu4c/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;
2200 * RefreshInput changes out the input of a URegularExpression withou
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c159 URegularExpression *re;
232 URegularExpression *clone1;
233 URegularExpression *clone2;
234 URegularExpression *clone3;
1308 URegularExpression *theRegEx;
1360 URegularExpression *re;
1399 URegularExpression *clone1;
1400 URegularExpression *clone2;
1401 URegularExpression *clone3;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp4765 URegularExpression *re;
/external/icu4c/test/intltest/
H A Dregextst.cpp4915 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 747 milliseconds