Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2943 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2944 if (jmpDest < loc) { in matchStartType()
2951 U_ASSERT(jmpDest <= end+1); in matchStartType()
2952 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2953 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2979 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2980 if (jmpDest > loc) { in matchStartType()
2981 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
2982 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
3113 int32_t jmpDest = URX_VAL(op); in matchStartType() local
[all …]