Searched defs:group_len (Results 1 – 2 of 2) sorted by relevance
1152 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group()1157 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) c… in group()
2058 int64_t group_len; in API_Match_UTF8() local