Searched refs:highWaterLength (Results 1 – 3 of 3) sorted by relevance
613 int32_t highWaterLength = 0; in matches() local642 if (matchLen > highWaterLength) { in matches()643 highWaterLength = matchLen; in matches()647 if (forward && matchLen < highWaterLength) { in matches()656 if (highWaterLength != 0) { in matches()657 offset += forward ? highWaterLength : -highWaterLength; in matches()
922 int highWaterLength = 0; in matches()949 if (length > highWaterLength) { in matches()950 highWaterLength = length; in matches()954 if (forward && length < highWaterLength) { in matches()963 if (highWaterLength != 0) { in matches()964 offset[0] += forward ? highWaterLength : -highWaterLength; in matches()
948 int highWaterLength = 0; in matches()975 if (length > highWaterLength) { in matches()976 highWaterLength = length; in matches()980 if (forward && length < highWaterLength) { in matches()989 if (highWaterLength != 0) { in matches()990 offset[0] += forward ? highWaterLength : -highWaterLength; in matches()