OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URegularExpression
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/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/unicode/
uregex.h
34
struct
URegularExpression
;
40
typedef struct
URegularExpression
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_close)
[
all
...]
Completed in 232 milliseconds