Searched refs:IsRepeat (Results 1 – 3 of 3) sorted by relevance
516 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()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function300 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()360 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
941 GTEST_API_ bool IsRepeat(char ch);