Searched refs:IsPercentage (Results 1 – 4 of 4) sorted by relevance
88 bool IsPercentage(char32 codepoint) const { in IsPercentage() function89 return libtextclassifier3::IsPercentage(codepoint); in IsPercentage()
33 bool IsPercentage(char32 codepoint);
47 EXPECT_TRUE(unilib_->IsPercentage('%')); in TEST_F()48 EXPECT_TRUE(unilib_->IsPercentage(u'%')); in TEST_F()127 EXPECT_TRUE(unilib_->IsPercentage(0x0025)); // PERCENT SIGN in TEST_F()128 EXPECT_TRUE(unilib_->IsPercentage(0xFF05)); // FULLWIDTH PERCENT SIGN in TEST_F()
575 bool IsPercentage(char32 codepoint) { in IsPercentage() function