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

  /external/libtextclassifier/
feature-processor.h 112 if (options->supported_codepoint_ranges() != nullptr) {
113 PrepareCodepointRanges({options->supported_codepoint_ranges()->begin(),
114 options->supported_codepoint_ranges()->end()},
feature-processor_test.cc 535 options.supported_codepoint_ranges.emplace_back(
537 auto& range = options.supported_codepoint_ranges.back();
543 options.supported_codepoint_ranges.emplace_back(
545 auto& range = options.supported_codepoint_ranges.back();
551 options.supported_codepoint_ranges.emplace_back(
553 auto& range = options.supported_codepoint_ranges.back();
    [all...]
model_generated.h 2450 std::vector<std::unique_ptr<libtextclassifier2::FeatureProcessorOptions_::CodepointRangeT>> supported_codepoint_ranges; member in struct:libtextclassifier2::FeatureProcessorOptionsT
2584 const flatbuffers::Vector<flatbuffers::Offset<libtextclassifier2::FeatureProcessorOptions_::CodepointRange>> *supported_codepoint_ranges() const { function in struct:libtextclassifier2::FLATBUFFERS_FINAL_CLASS
    [all...]

Completed in 58 milliseconds