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

  /external/icu4c/i18n/unicode/
uregex.h 32 struct URegularExpression;
38 typedef struct URegularExpression URegularExpression;
130 U_STABLE URegularExpression * U_EXPORT2
155 * @return The URegularExpression object representing the compiled
161 U_STABLE URegularExpression * U_EXPORT2
178 uregex_close(URegularExpression *regexp);
191 * operation requires its own instance of a URegularExpression.
198 U_STABLE URegularExpression * U_EXPORT2
199 uregex_clone(const URegularExpression *regexp, UErrorCode *status)
    [all...]
  /external/icu4c/i18n/
uregex.cpp 25 struct URegularExpression: public UMemory {
27 URegularExpression();
28 ~URegularExpression();
45 URegularExpression::URegularExpression() {
56 URegularExpression::~URegularExpression() {
72 static UBool validateRE(const URegularExpression *re, UErrorCode *status, UBool requiresText = TRUE) {
92 U_CAPI URegularExpression * U_EXPORT2
111 URegularExpression *re = new URegularExpression
    [all...]
uregexc.cpp 24 U_CAPI URegularExpression * U_EXPORT2
uspoof_buildconf.h 99 URegularExpression *fParseLine;
100 URegularExpression *fParseHexNum;
uspoof_buildwsconf.cpp 76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
105 URegularExpression *parseRegexp = NULL;
  /dalvik/libcore/icu/src/main/native/
NativeRegEx.cpp 39 URegularExpression* regex;
108 URegularExpression* clonedRegex = uregex_clone(data->regex, &status);
  /external/icu4c/test/cintltst/
reapits.c 130 URegularExpression *re;
197 URegularExpression *clone1;
198 URegularExpression *clone2;
199 URegularExpression *clone3;
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 1649 milliseconds