HomeSort by relevance Sort by last modified time
    Searched refs:supported_codepoint_ranges_ (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/annotator/
feature-processor_test.cc 58 using FeatureProcessor::supported_codepoint_ranges_;
566 IsCodepointInRanges(-1, feature_processor.supported_codepoint_ranges_));
568 IsCodepointInRanges(0, feature_processor.supported_codepoint_ranges_));
570 IsCodepointInRanges(10, feature_processor.supported_codepoint_ranges_));
572 IsCodepointInRanges(127, feature_processor.supported_codepoint_ranges_));
574 IsCodepointInRanges(128, feature_processor.supported_codepoint_ranges_));
576 IsCodepointInRanges(9999, feature_processor.supported_codepoint_ranges_));
578 10000, feature_processor.supported_codepoint_ranges_));
580 10001, feature_processor.supported_codepoint_ranges_));
582 25000, feature_processor.supported_codepoint_ranges_));
    [all...]
feature-processor.h 103 &supported_codepoint_ranges_);
269 std::vector<CodepointRangeStruct> supported_codepoint_ranges_; member in class:libtextclassifier3::FeatureProcessor
feature-processor.cc 607 if (IsCodepointInRanges(codepoint, supported_codepoint_ranges_)) {

Completed in 2715 milliseconds