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

  /external/libtextclassifier/smartselect/
tokenizer.h 43 struct CodepointRange {
48 CodepointRange(int32 arg_start, int32 arg_end,
65 std::vector<CodepointRange> codepoint_ranges_;
tokenizer.cc 30 CodepointRange(range.start(), range.end(), range.role()));
34 [](const CodepointRange& a, const CodepointRange& b) {
43 [](const CodepointRange& range, int codepoint) {
feature-processor.h 160 struct CodepointRange {
164 CodepointRange(int32 arg_start, int32 arg_end)
196 const std::vector<FeatureProcessorOptions::CodepointRange>&
198 std::vector<CodepointRange>* prepared_codepoint_ranges);
208 int codepoint, const std::vector<CodepointRange>& codepoint_ranges) const;
234 std::vector<CodepointRange> supported_codepoint_ranges_;
240 std::vector<CodepointRange> internal_tokenizer_codepoint_ranges_;
feature-processor.cc 438 const std::vector<FeatureProcessorOptions::CodepointRange>&
440 std::vector<CodepointRange>* prepared_codepoint_ranges) {
443 for (const FeatureProcessorOptions::CodepointRange& range :
446 CodepointRange(range.start(), range.end()));
451 [](const CodepointRange& a, const CodepointRange& b) {
478 int codepoint, const std::vector<CodepointRange>& codepoint_ranges) const {
481 [](const CodepointRange& range, int codepoint) {
  /external/libtextclassifier/tests/
feature-processor_test.cc 350 FeatureProcessorOptions::CodepointRange* range;
583 FeatureProcessorOptions::CodepointRange* range;

Completed in 496 milliseconds