Searched refs:supported_codepoint_ranges_ (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/tests/ |
D | feature-processor_test.cc | 208 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/ |
D | feature-processor.h | 102 &supported_codepoint_ranges_); 234 std::vector<CodepointRange> supported_codepoint_ranges_; variable
|
D | feature-processor.cc | 467 if (IsCodepointInRanges(codepoint, supported_codepoint_ranges_)) { in SupportedCodepointsRatio()
|