Searched refs:IsAmpersand (Results 1 – 4 of 4) sorted by relevance
116 bool IsAmpersand(char32 codepoint) const { in IsAmpersand() function117 return libtextclassifier3::IsAmpersand(codepoint); in IsAmpersand()
40 bool IsAmpersand(char32 codepoint);
61 EXPECT_TRUE(unilib_->IsAmpersand(u'&')); in TEST_F()62 EXPECT_TRUE(unilib_->IsAmpersand(u'﹠')); in TEST_F()63 EXPECT_TRUE(unilib_->IsAmpersand(u'&')); in TEST_F()
603 bool IsAmpersand(char32 codepoint) { in IsAmpersand() function