Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2698 … int32_t currentLen = 0; // Minimum length of a match to this point (loc) in the pattern in matchStartType() local
2725 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()
2726 currentLen = forwardedLength.elementAti(loc); in matchStartType()
2727 U_ASSERT(currentLen>=0 && currentLen < INT32_MAX); in matchStartType()
2770 if (currentLen == 0) { in matchStartType()
2776 currentLen = safeIncrement(currentLen, 1); in matchStartType()
2782 if (currentLen == 0) { in matchStartType()
2789 currentLen = safeIncrement(currentLen, 1); in matchStartType()
2796 if (currentLen == 0) { in matchStartType()
2807 if (currentLen == 0) { in matchStartType()
[all …]