Home | History | Annotate | Download | only in strings

Lines Matching refs:RemoveChars

1081 TEST(StringUtilTest, RemoveChars) {
1084 EXPECT_TRUE(RemoveChars(input, kRemoveChars, &input));
1088 EXPECT_FALSE(RemoveChars(input, kRemoveChars, &input));
1093 EXPECT_FALSE(RemoveChars(input, kRemoveChars, &input));