Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp2604 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2605 if (jmpDest < loc) { in matchStartType()
2612 U_ASSERT(jmpDest <= end+1); in matchStartType()
2613 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2614 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2640 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2641 if (jmpDest > loc) { in matchStartType()
2642 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
2643 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2780 int32_t jmpDest = URX_VAL(op); in matchStartType() local
[all …]