OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:groupLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h
556
* returned via
groupLength
.
568
* @param
groupLength
The group length of the desired capture group.
580
int64_t *
groupLength
,
[
all
...]
/external/icu4c/i18n/unicode/
uregex.h
635
* returned via
groupLength
.
647
* @param
groupLength
The group length of the desired capture group.
659
int64_t *
groupLength
,
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
uregex.cpp
682
int64_t *
groupLength
,
690
return regexp->fMatcher->group(groupNum, dest, *
groupLength
, *status);
[
all
...]
/external/icu4c/i18n/
uregex.cpp
700
int64_t *
groupLength
,
708
return regexp->fMatcher->group(groupNum, dest, *
groupLength
, *status);
[
all
...]
Completed in 61 milliseconds