Searched refs:groupStart (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Drematch.cpp1205 int64_t groupStart = start64(groupNum, status); local
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);

Completed in 77 milliseconds