Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp2404 UVector32 forwardedLength(end+1, *fStatus); in matchStartType() local
2405 forwardedLength.setSize(end+1); in matchStartType()
2407 forwardedLength.setElementAt(INT32_MAX, loc); in matchStartType()
2418 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()
2419 currentLen = forwardedLength.elementAti(loc); in matchStartType()
2608 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2613 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2614 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2631 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()
2642 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
[all …]