Searched refs:IsCodepointInRanges (Results 1 – 3 of 3) sorted by relevance
206 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()
207 bool IsCodepointInRanges(
467 if (IsCodepointInRanges(codepoint, supported_codepoint_ranges_)) { in SupportedCodepointsRatio()477 bool FeatureProcessor::IsCodepointInRanges( in IsCodepointInRanges() function in libtextclassifier::FeatureProcessor716 if (!IsCodepointInRanges(codepoint, in InternalRetokenize()