Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor_test.cc641 IsCodepointInRanges(-1, feature_processor.supported_codepoint_ranges_)); in TEST_F()
643 IsCodepointInRanges(0, feature_processor.supported_codepoint_ranges_)); in TEST_F()
645 IsCodepointInRanges(10, feature_processor.supported_codepoint_ranges_)); in TEST_F()
647 IsCodepointInRanges(127, feature_processor.supported_codepoint_ranges_)); in TEST_F()
649 IsCodepointInRanges(128, feature_processor.supported_codepoint_ranges_)); in TEST_F()
651 IsCodepointInRanges(9999, feature_processor.supported_codepoint_ranges_)); in TEST_F()
652 EXPECT_TRUE(IsCodepointInRanges( in TEST_F()
654 EXPECT_FALSE(IsCodepointInRanges( in TEST_F()
656 EXPECT_TRUE(IsCodepointInRanges( in TEST_F()
Dfeature-processor.cc628 if (IsCodepointInRanges(codepoint, supported_codepoint_ranges_)) { in SupportedCodepointsRatio()
/external/libtextclassifier/native/utils/
Dcodepoint-range.h44 bool IsCodepointInRanges(
Dcodepoint-range.cc42 bool IsCodepointInRanges( in IsCodepointInRanges() function
Dtokenizer.cc211 if (!IsCodepointInRanges(codepoint, in InternalRetokenize()