Searched refs:groupLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duregex.h556 * returned via groupLength.
568 * @param groupLength The group length of the desired capture group.
580 int64_t *groupLength,
/external/icu/icu4c/source/i18n/unicode/
H A Duregex.h635 * returned via groupLength.
647 * @param groupLength The group length of the desired capture group.
659 int64_t *groupLength,
/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp682 int64_t *groupLength,
690 return regexp->fMatcher->group(groupNum, dest, *groupLength, *status);
679 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Duregex.cpp703 int64_t *groupLength,
711 return regexp->fMatcher->group(groupNum, dest, *groupLength, *status);
700 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) argument

Completed in 251 milliseconds