Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc516 EXPECT_FALSE(IsRepeat('\0')); in TEST()
517 EXPECT_FALSE(IsRepeat(' ')); in TEST()
518 EXPECT_FALSE(IsRepeat('a')); in TEST()
519 EXPECT_FALSE(IsRepeat('1')); in TEST()
520 EXPECT_FALSE(IsRepeat('-')); in TEST()
524 EXPECT_TRUE(IsRepeat('?')); in TEST()
525 EXPECT_TRUE(IsRepeat('*')); in TEST()
526 EXPECT_TRUE(IsRepeat('+')); in TEST()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
300 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
360 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
Dgtest-internal-inl.h941 GTEST_API_ bool IsRepeat(char ch);