Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp3018 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local
3019 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
3025 U_ASSERT(loopEndLoc <= end+1); in matchStartType()
3026 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()
3027 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()
3338 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local
3339 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3342 loc = loopEndLoc; in minMatchLength()
3646 int32_t loopEndLoc = URX_VAL(fRXPat->fCompiledPat->elementAti(loc+1)); in maxMatchLength() local
3647 if (loopEndLoc == loc+4) { in maxMatchLength()
[all …]