Searched refs:match_sentence (Results 1 – 1 of 1) sorted by relevance
1134 RE2 match_sentence(pattern, RE2::Latin1); in TEST() local1137 ASSERT_FALSE(RE2::FullMatch(target, match_sentence)); in TEST()1143 RE2 match_sentence(pattern, RE2::Latin1); in TEST() local1144 ASSERT_EQ(match_sentence.error(), ""); in TEST()1147 ASSERT_FALSE(RE2::FullMatch(target, match_sentence)); in TEST()