Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2667 UVector32 forwardedLength(end+1, *fStatus); in matchStartType() local
2668 forwardedLength.setSize(end+1); in matchStartType()
2670 forwardedLength.setElementAt(INT32_MAX, loc); in matchStartType()
2681 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()
2682 currentLen = forwardedLength.elementAti(loc); in matchStartType()
2903 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2908 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2909 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2926 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2937 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
[all …]