Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2919 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2920 if (jmpDest < loc) { in matchStartType()
2927 U_ASSERT(jmpDest <= end+1); in matchStartType()
2928 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2929 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2955 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2956 if (jmpDest > loc) { in matchStartType()
2957 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
2958 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
3089 int32_t jmpDest = URX_VAL(op); in matchStartType() local
[all …]