Searched refs:HasEnoughSupportedCodepoints (Results 1 – 4 of 4) sorted by relevance
164 bool HasEnoughSupportedCodepoints(const std::vector<Token>& tokens,
668 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()
776 bool FeatureProcessor::HasEnoughSupportedCodepoints( in HasEnoughSupportedCodepoints() function in libtextclassifier3::FeatureProcessor
1311 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelSuggestSelection()1520 if (!classification_feature_processor_->HasEnoughSupportedCodepoints( in ModelClassifyText()1993 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelAnnotate()