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

/external/icu4c/i18n/unicode/
H A Duregex.h34 struct URegularExpression;
40 typedef struct URegularExpression URegularExpression; typedef in typeref:struct: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_clos
[all...]

Completed in 552 milliseconds