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()
Dannotator.cc1336 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelSuggestSelection()
1546 if (!classification_feature_processor_->HasEnoughSupportedCodepoints( in ModelClassifyText()
2029 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelAnnotate()
Dfeature-processor.cc776 bool FeatureProcessor::HasEnoughSupportedCodepoints( in HasEnoughSupportedCodepoints() function in libtextclassifier3::FeatureProcessor