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

  /external/chromium/third_party/icu/public/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/unicode/
uregex.h 34 struct URegularExpression;
40 typedef struct URegularExpression URegularExpression;
133 U_STABLE URegularExpression * U_EXPORT2
163 U_INTERNAL 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/chromium/third_party/icu/source/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;
  /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 169 URegularExpression *re;
242 URegularExpression *clone1;
243 URegularExpression *clone2;
244 URegularExpression *clone3;
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c 130 URegularExpression *re;
197 URegularExpression *clone1;
198 URegularExpression *clone2;
199 URegularExpression *clone3;
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]

Completed in 388 milliseconds