Searched refs:IsQuotation (Results 1 – 4 of 4) sorted by relevance
112 bool IsQuotation(char32 codepoint) const { in IsQuotation() function113 return libtextclassifier3::IsQuotation(codepoint); in IsQuotation()
39 bool IsQuotation(char32 codepoint);
59 EXPECT_TRUE(unilib_->IsQuotation(u'"')); in TEST_F()60 EXPECT_TRUE(unilib_->IsQuotation(u'”')); in TEST_F()
599 bool IsQuotation(char32 codepoint) { in IsQuotation() function