Home
last modified time | relevance | path

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

/external/libtextclassifier/tests/
Dfeature-processor_test.cc208 using FeatureProcessor::supported_codepoint_ranges_;
374 -1, feature_processor.supported_codepoint_ranges_)); in TEST()
376 0, feature_processor.supported_codepoint_ranges_)); in TEST()
378 10, feature_processor.supported_codepoint_ranges_)); in TEST()
380 127, feature_processor.supported_codepoint_ranges_)); in TEST()
382 128, feature_processor.supported_codepoint_ranges_)); in TEST()
384 9999, feature_processor.supported_codepoint_ranges_)); in TEST()
386 10000, feature_processor.supported_codepoint_ranges_)); in TEST()
388 10001, feature_processor.supported_codepoint_ranges_)); in TEST()
390 25000, feature_processor.supported_codepoint_ranges_)); in TEST()
/external/libtextclassifier/smartselect/
Dfeature-processor.h102 &supported_codepoint_ranges_);
234 std::vector<CodepointRange> supported_codepoint_ranges_; variable
Dfeature-processor.cc467 if (IsCodepointInRanges(codepoint, supported_codepoint_ranges_)) { in SupportedCodepointsRatio()