Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2662 … int32_t currentLen = 0; // Minimum length of a match to this point (loc) in the pattern in matchStartType() local
2689 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()
2690 currentLen = forwardedLength.elementAti(loc); in matchStartType()
2691 U_ASSERT(currentLen>=0 && currentLen < INT32_MAX); in matchStartType()
2734 if (currentLen == 0) { in matchStartType()
2740 currentLen++; in matchStartType()
2746 if (currentLen == 0) { in matchStartType()
2753 currentLen++; in matchStartType()
2760 if (currentLen == 0) { in matchStartType()
2771 if (currentLen == 0) { in matchStartType()
[all …]