Searched refs:IsApostrophe (Results 1 – 4 of 4) sorted by relevance
108 bool IsApostrophe(char32 codepoint) const { in IsApostrophe() function109 return libtextclassifier3::IsApostrophe(codepoint); in IsApostrophe()
38 bool IsApostrophe(char32 codepoint);
57 EXPECT_TRUE(unilib_->IsApostrophe('\'')); in TEST_F()58 EXPECT_TRUE(unilib_->IsApostrophe(u'ߴ')); in TEST_F()
595 bool IsApostrophe(char32 codepoint) { in IsApostrophe() function