Lines Matching refs:word2
422 string word2;
426 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
428 CHECK_EQ(word2, "");
430 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
432 CHECK_EQ(word2, "bar");
434 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
436 CHECK_EQ(word2, "");
438 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));