Home
last modified time | relevance | path

Searched refs:IsLowerText (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunilib.h61 bool IsLowerText(const UnicodeText& text) const { in IsLowerText() function
Dunilib_test-include.cc163 EXPECT_TRUE(unilib_->IsLowerText(UTF8ToUnicodeText("ξέρει"))); in TEST_F()