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

  /external/libtextclassifier/annotator/number/
number.cc 146 const CodepointSpan stripped_span = local
148 const int num_stripped_end = (original_span.second - stripped_span.second);
149 std::advance(it, stripped_span.first);
153 *num_prefix_codepoints = stripped_span.first;
  /external/libtextclassifier/annotator/
feature-processor.cc 620 const CodepointSpan stripped_span = local
623 if (initial_span != stripped_span) {
625 UnicodeText::Substring(value_unicode, stripped_span.first,
626 stripped_span.second, /*do_copy=*/false);

Completed in 3879 milliseconds