Lines Matching refs:IsRepeat
454 EXPECT_FALSE(IsRepeat('\0'));455 EXPECT_FALSE(IsRepeat(' '));456 EXPECT_FALSE(IsRepeat('a'));457 EXPECT_FALSE(IsRepeat('1'));458 EXPECT_FALSE(IsRepeat('-'));462 EXPECT_TRUE(IsRepeat('?'));463 EXPECT_TRUE(IsRepeat('*'));464 EXPECT_TRUE(IsRepeat('+'));