HomeSort by relevance Sort by last modified time
    Searched refs:SupportedCodepointsRatio (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/tests/
feature-processor_test.cc 205 using FeatureProcessor::SupportedCodepointsRatio;
338 TEST(FeatureProcessorTest, SupportedCodepointsRatio) {
364 EXPECT_THAT(feature_processor.SupportedCodepointsRatio(
367 EXPECT_THAT(feature_processor.SupportedCodepointsRatio(
370 EXPECT_THAT(feature_processor.SupportedCodepointsRatio(
  /external/libtextclassifier/smartselect/
feature-processor.h 202 float SupportedCodepointsRatio(int click_pos,
feature-processor.cc 456 float FeatureProcessor::SupportedCodepointsRatio(
622 SupportedCodepointsRatio(*click_pos, *tokens);

Completed in 126 milliseconds