Searched defs:URegularExpression (Results 1 - 2 of 2) sorted by relevance

/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
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/icu/icu4c/source/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...]

Completed in 122 milliseconds