Home
last modified time | relevance | path

Searched refs:IsPercentage (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunilib.h88 bool IsPercentage(char32 codepoint) const { in IsPercentage() function
89 return libtextclassifier3::IsPercentage(codepoint); in IsPercentage()
Dunilib-common.h33 bool IsPercentage(char32 codepoint);
Dunilib_test-include.cc47 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()
Dunilib-common.cc575 bool IsPercentage(char32 codepoint) { in IsPercentage() function