Lines Matching refs:matches
229 * Internal method. Returns true if this rule matches the given
232 * It matches this rule if it matches the first character of the
247 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks
280 * matches everything ab matches, and {a}b matches {|a|}b but ab
343 * @param incremental if TRUE, test for partial matches that may
392 match = anteContext->matches(text, oText, anteLimit, FALSE);
411 match = key->matches(text, oText, pos.limit, incremental);
421 // The key matches just before pos.limit, and there is
428 match = postContext->matches(text, oText, pos.contextLimit, incremental);