Searched refs:SupportedCodepointsRatio (Results 1 – 3 of 3) sorted by relevance
59 using FeatureProcessor::SupportedCodepointsRatio;507 TEST_F(FeatureProcessorTest, SupportedCodepointsRatio) { in TEST_F() argument556 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()559 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()562 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
225 float SupportedCodepointsRatio(const TokenSpan& token_span,
599 float FeatureProcessor::SupportedCodepointsRatio( in SupportedCodepointsRatio() function in libtextclassifier3::FeatureProcessor750 SupportedCodepointsRatio(token_span, tokens); in HasEnoughSupportedCodepoints()