Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2686 UVector32 forwardedLength(end+1, *fStatus); in matchStartType() local
2687 forwardedLength.setSize(end+1); in matchStartType()
2689 forwardedLength.setElementAt(INT32_MAX, loc); in matchStartType()
2700 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()
2701 currentLen = forwardedLength.elementAti(loc); in matchStartType()
2923 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2928 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2929 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2946 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2957 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
[all …]