Home
last modified time | relevance | path

Searched refs:groupLength (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHttpUrl.java1405 int groupLength = i - groupOffset;
1406 if (groupLength == 0 || groupLength > 4) return null; // Group is the wrong size.
1459 int groupLength = i - groupOffset;
1460 if (groupLength == 0) return false; // No digits.
/external/icu/icu4c/source/i18n/unicode/
Duregex.h707 int64_t *groupLength,
/external/icu/icu4c/source/i18n/
Duregex.cpp737 int64_t *groupLength, in uregex_groupUText() argument
745 return regexp->fMatcher->group(groupNum, dest, *groupLength, *status); in uregex_groupUText()