HomeSort by relevance Sort by last modified time
    Searched refs:URegularExpression (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
uregex.h 34 struct URegularExpression;
40 typedef struct URegularExpression 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_close)
    [all...]
  /external/icu/icu4c/source/i18n/
uregexc.cpp 24 U_CAPI URegularExpression * U_EXPORT2
uregex.cpp 106 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 *regexp2
    [all...]
uspoof_conf.h 101 URegularExpression *fParseLine;
102 URegularExpression *fParseHexNum;
uspoof_wsconf.cpp 76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
107 URegularExpression *parseRegexp = NULL;
  /external/icu/icu4c/source/test/cintltst/
reapits.c 203 URegularExpression *re;
276 URegularExpression *clone1;
277 URegularExpression *clone2;
278 URegularExpression *clone3;
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]

Completed in 277 milliseconds