Home | History | Annotate | Download | only in html

Lines Matching refs:matchLength

246             int matchLength = 0;
248 int matchOffset = patternRegExp.match(value, 0, &matchLength);
250 return matchOffset != 0 || matchLength != valueLength;