Home
last modified time | relevance | path

Searched refs:ToLowerText (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunilib.h44 UnicodeText ToLowerText(const UnicodeText& text) const { in ToLowerText() function
Dunilib_test-include.cc85 EXPECT_EQ(unilib_->ToLowerText(UTF8ToUnicodeText("Never gonna give you up.")) in TEST_F()
160 unilib_->ToLowerText(UTF8ToUnicodeText("Κανένας άνθρωπος δεν ξέρει")) in TEST_F()
/external/libtextclassifier/native/annotator/vocab/
Dvocab-annotator-impl.cc108 unilib_.ToLowerText(stripped_token).ToUTF8String(); in ClassifyTextInternal()
/external/libtextclassifier/native/annotator/duration/
Dduration.cc37 return unilib->ToLowerText(UTF8ToUnicodeText(str, /*do_copy=*/false)) in ToLowerString()
/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc361 .ToLowerText(UTF8ToUnicodeText( in PrepareText()
/external/libtextclassifier/native/annotator/
Dannotator.cc2648 ->ToLowerText(UnicodeText::Substring(context_unicode, group_start, in GetMoneyQuantityFromCapturingGroup()