Home
last modified time | relevance | path

Searched refs:IsCodepointInRanges (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/tests/
Dfeature-processor_test.cc206 using FeatureProcessor::IsCodepointInRanges;
373 EXPECT_FALSE(feature_processor.IsCodepointInRanges( in TEST()
375 EXPECT_TRUE(feature_processor.IsCodepointInRanges( in TEST()
377 EXPECT_TRUE(feature_processor.IsCodepointInRanges( in TEST()
379 EXPECT_TRUE(feature_processor.IsCodepointInRanges( in TEST()
381 EXPECT_FALSE(feature_processor.IsCodepointInRanges( in TEST()
383 EXPECT_FALSE(feature_processor.IsCodepointInRanges( in TEST()
385 EXPECT_TRUE(feature_processor.IsCodepointInRanges( in TEST()
387 EXPECT_FALSE(feature_processor.IsCodepointInRanges( in TEST()
389 EXPECT_TRUE(feature_processor.IsCodepointInRanges( in TEST()
/external/libtextclassifier/smartselect/
Dfeature-processor.h207 bool IsCodepointInRanges(
Dfeature-processor.cc467 if (IsCodepointInRanges(codepoint, supported_codepoint_ranges_)) { in SupportedCodepointsRatio()
477 bool FeatureProcessor::IsCodepointInRanges( in IsCodepointInRanges() function in libtextclassifier::FeatureProcessor
716 if (!IsCodepointInRanges(codepoint, in InternalRetokenize()