Searched refs:groupLength (Results 1 – 3 of 3) sorted by relevance
1405 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.
707 int64_t *groupLength,
737 int64_t *groupLength, in uregex_groupUText() argument745 return regexp->fMatcher->group(groupNum, dest, *groupLength, *status); in uregex_groupUText()