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

  /external/icu4c/i18n/unicode/
uregex.h 34 struct URegularExpression;
40 typedef struct URegularExpression 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_close)
    [all...]
  /external/icu4c/i18n/
uregexc.cpp 24 U_CAPI URegularExpression * U_EXPORT2
uregex.cpp 105 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 *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) {
105 URegularExpression *parseRegexp = NULL;
  /external/icu4c/test/cintltst/
reapits.c 170 URegularExpression *re;
243 URegularExpression *clone1;
244 URegularExpression *clone2;
245 URegularExpression *clone3;
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]

Completed in 421 milliseconds