Searched refs:IsThaiLetter (Results 1 – 4 of 4) sorted by relevance
144 bool IsThaiLetter(char32 codepoint) const { in IsThaiLetter() function145 return libtextclassifier3::IsThaiLetter(codepoint); in IsThaiLetter()
643 bool IsThaiLetter(char32 codepoint) { in IsThaiLetter() function651 IsThaiLetter(codepoint); in IsCJTletter()657 IsKoreanLetter(codepoint) || IsThaiLetter(codepoint) || in IsLetter()
48 bool IsThaiLetter(char32 codepoint);
72 EXPECT_TRUE(unilib_->IsThaiLetter(u'ก')); // THAI CHARACTER KO KAI in TEST_F()145 EXPECT_TRUE(unilib_->IsThaiLetter(0x0E01)); // THAI CHARACTER KO KAI in TEST_F()