Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp2751 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local
2752 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
2758 U_ASSERT(loopEndLoc <= end+1); in matchStartType()
2759 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()
2760 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()
3056 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local
3057 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3060 loc = loopEndLoc; in minMatchLength()