Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2711 UVector32 forwardedLength(end+1, *fStatus); in matchStartType() local
2712 forwardedLength.setSize(end+1); in matchStartType()
2714 forwardedLength.setElementAt(INT32_MAX, loc); in matchStartType()
2725 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()
2726 currentLen = forwardedLength.elementAti(loc); in matchStartType()
2947 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2952 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2953 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2970 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2981 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
[all …]