Home | History | Annotate | Download | only in i18n

Lines Matching defs:groupEnd

1206     int64_t groupEnd = end64(groupNum, status);
1207 if (U_FAILURE(status) || groupStart == -1 || groupStart == groupEnd) {
1213 int32_t length = utext_extract(fInputText, groupStart, groupEnd, NULL, 0, &status);
1223 int32_t extractLength = utext_extract(fInputText, groupStart, groupEnd, buf, length, &status);