Searched refs:SupportedCodepointsRatio (Results 1 – 3 of 3) sorted by relevance
59 using FeatureProcessor::SupportedCodepointsRatio;579 TEST_F(AnnotatorFeatureProcessorTest, SupportedCodepointsRatio) { in TEST_F() argument628 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()631 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()634 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()637 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
251 float SupportedCodepointsRatio(const TokenSpan& token_span,
620 float FeatureProcessor::SupportedCodepointsRatio( in SupportedCodepointsRatio() function in libtextclassifier3::FeatureProcessor780 SupportedCodepointsRatio(token_span, tokens); in HasEnoughSupportedCodepoints()