Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2908 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2909 if (jmpDest < loc) { in matchStartType()
2916 U_ASSERT(jmpDest <= end+1); in matchStartType()
2917 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2918 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2944 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2945 if (jmpDest > loc) { in matchStartType()
2946 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
2947 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
3078 int32_t jmpDest = URX_VAL(op); in matchStartType() local
[all …]