Home
last modified time | relevance | path

Searched refs:HasEnoughSupportedCodepoints (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/annotator/
Dfeature-processor.h164 bool HasEnoughSupportedCodepoints(const std::vector<Token>& tokens,
Dfeature-processor_test.cc668 EXPECT_TRUE(feature_processor2.HasEnoughSupportedCodepoints( in TEST_F()
677 EXPECT_TRUE(feature_processor3.HasEnoughSupportedCodepoints( in TEST_F()
686 EXPECT_FALSE(feature_processor4.HasEnoughSupportedCodepoints( in TEST_F()
Dfeature-processor.cc776 bool FeatureProcessor::HasEnoughSupportedCodepoints( in HasEnoughSupportedCodepoints() function in libtextclassifier3::FeatureProcessor
Dannotator.cc1311 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelSuggestSelection()
1520 if (!classification_feature_processor_->HasEnoughSupportedCodepoints( in ModelClassifyText()
1993 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelAnnotate()