Home
last modified time | relevance | path

Searched refs:startIx (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Duregex.cpp419 int32_t startIx = regexp->fMatcher->start(groupNum, *status); in uregex_group() local
428 int32_t fullLength = endIx - startIx; in uregex_group()
443 u_memcpy(dest, &regexp->fText[startIx], copyLength); in uregex_group()