Lines Matching full:group_len
1784 int64_t group_len;
1791 actual = uregex_groupUText(re, 0, NULL, &group_len, &status);
1796 /* len16 = utext_extract(actual, nativeIndex, nativeIndex + group_len, NULL, 0, &shallowStatus); */
1797 len16 = (int32_t)group_len;
1800 utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus);