Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/utf8/
Dunilib.h108 bool IsApostrophe(char32 codepoint) const { in IsApostrophe() function
109 return libtextclassifier3::IsApostrophe(codepoint); in IsApostrophe()
Dunilib-common.h38 bool IsApostrophe(char32 codepoint);
Dunilib_test-include.cc57 EXPECT_TRUE(unilib_->IsApostrophe('\'')); in TEST_F()
58 EXPECT_TRUE(unilib_->IsApostrophe(u'ߴ')); in TEST_F()
Dunilib-common.cc595 bool IsApostrophe(char32 codepoint) { in IsApostrophe() function