Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp2720 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local
2721 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
2727 U_ASSERT(loopEndLoc <= end+1); in matchStartType()
2728 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()
2729 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()
3036 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local
3037 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3040 loc = loopEndLoc; in minMatchLength()
/external/chromium_org/third_party/icu/source/i18n/
Dregexcmp.cpp2748 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in matchStartType() local
2749 loopEndLoc = URX_VAL(loopEndLoc); in matchStartType()
2755 U_ASSERT(loopEndLoc <= end+1); in matchStartType()
2756 if (forwardedLength.elementAti(loopEndLoc) > currentLen) { in matchStartType()
2757 forwardedLength.setElementAt(currentLen, loopEndLoc); in matchStartType()
3053 int32_t loopEndLoc = (int32_t)fRXPat->fCompiledPat->elementAti(loc+1); in minMatchLength() local
3054 loopEndLoc = URX_VAL(loopEndLoc); in minMatchLength()
3057 loc = loopEndLoc; in minMatchLength()