Searched refs:currentLen (Results 1 – 1 of 1) sorted by relevance
2673 … int32_t currentLen = 0; // Minimum length of a match to this point (loc) in the pattern in matchStartType() local2700 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()2701 currentLen = forwardedLength.elementAti(loc); in matchStartType()2702 U_ASSERT(currentLen>=0 && currentLen < INT32_MAX); in matchStartType()2745 if (currentLen == 0) { in matchStartType()2751 currentLen = safeIncrement(currentLen, 1); in matchStartType()2757 if (currentLen == 0) { in matchStartType()2764 currentLen = safeIncrement(currentLen, 1); in matchStartType()2771 if (currentLen == 0) { in matchStartType()2782 if (currentLen == 0) { in matchStartType()[all …]