Home | History | Annotate | Download | only in glue

Lines Matching refs:matches

25                  const Match* matches,
29 int matchedLength = matches[i].textLength;
30 EXPECT_EQ(matches[i].matchPosition, regex.match(
31 WebString(matches[i].text, matches[i].textLength), 0, &matchedLength));
32 if (matches[i].matchPosition != -1)
33 EXPECT_EQ(matches[i].matchLength, matchedLength);
66 const Match matches[] = {
73 testMatches(regex, matches, arraysize(matches));
88 const Match matches[] = {
97 testMatches(regex, matches, arraysize(matches));