OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:groupLength
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
uregex.h
584
* returned via
groupLength
.
596
* @param
groupLength
The group length of the desired capture group.
608
int64_t *
groupLength
,
[
all
...]
/external/icu4c/i18n/
uregex.cpp
700
int64_t *
groupLength
,
708
return regexp->fMatcher->group(groupNum, dest, *
groupLength
, *status);
[
all
...]
Completed in 9287 milliseconds