Searched refs:HasEnoughSupportedCodepoints (Results 1 – 4 of 4) sorted by relevance
146 bool HasEnoughSupportedCodepoints(const std::vector<Token>& tokens,
593 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()
1070 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelSuggestSelection()1276 if (!classification_feature_processor_->HasEnoughSupportedCodepoints( in ModelClassifyText()1677 if (!selection_feature_processor_->HasEnoughSupportedCodepoints( in ModelAnnotate()
746 bool FeatureProcessor::HasEnoughSupportedCodepoints( in HasEnoughSupportedCodepoints() function in libtextclassifier3::FeatureProcessor