Home | History | Annotate | Download | only in common

Lines Matching refs:matchLen

676                 int32_t matchLen = matchRest(text, offset, limit, trial);
680 if (matchLen == maxLen) {
686 if (matchLen == trial.length()) {
688 if (matchLen > highWaterLength) {
689 highWaterLength = matchLen;
693 if (forward && matchLen < highWaterLength) {