Home
last modified time | relevance | path

Searched refs:match_sentence (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc1134 RE2 match_sentence(pattern, RE2::Latin1); in TEST() local
1137 ASSERT_FALSE(RE2::FullMatch(target, match_sentence)); in TEST()
1143 RE2 match_sentence(pattern, RE2::Latin1); in TEST() local
1144 ASSERT_EQ(match_sentence.error(), ""); in TEST()
1147 ASSERT_FALSE(RE2::FullMatch(target, match_sentence)); in TEST()