Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor.h146 bool HasEnoughSupportedCodepoints(const std::vector<Token>& tokens,
Dfeature-processor_test.cc593 EXPECT_TRUE(feature_processor2.HasEnoughSupportedCodepoints( in TEST_F()
602 EXPECT_TRUE(feature_processor3.HasEnoughSupportedCodepoints( in TEST_F()
611 EXPECT_FALSE(feature_processor4.HasEnoughSupportedCodepoints( in TEST_F()
Dannotator.cc1070 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelSuggestSelection()
1276 if (!classification_feature_processor_->HasEnoughSupportedCodepoints( in ModelClassifyText()
1677 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelAnnotate()
Dfeature-processor.cc746 bool FeatureProcessor::HasEnoughSupportedCodepoints( in HasEnoughSupportedCodepoints() function in libtextclassifier3::FeatureProcessor