Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2675 UVector32 forwardedLength(end+1, *fStatus); in matchStartType() local
2676 forwardedLength.setSize(end+1); in matchStartType()
2678 forwardedLength.setElementAt(INT32_MAX, loc); in matchStartType()
2689 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()
2690 currentLen = forwardedLength.elementAti(loc); in matchStartType()
2912 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2917 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2918 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2935 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2946 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
[all …]