Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/utf8/
Dunilib.h116 bool IsAmpersand(char32 codepoint) const { in IsAmpersand() function
117 return libtextclassifier3::IsAmpersand(codepoint); in IsAmpersand()
Dunilib-common.h40 bool IsAmpersand(char32 codepoint);
Dunilib_test-include.cc61 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()
Dunilib-common.cc603 bool IsAmpersand(char32 codepoint) { in IsAmpersand() function