Home
last modified time | relevance | path

Searched refs:stripped_span (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/annotator/number/
Dnumber.cc146 const CodepointSpan stripped_span = in ParseNumber() local
148 const int num_stripped_end = (original_span.second - stripped_span.second); in ParseNumber()
149 std::advance(it, stripped_span.first); in ParseNumber()
153 *num_prefix_codepoints = stripped_span.first; in ParseNumber()
/external/libtextclassifier/annotator/
Dfeature-processor.cc620 const CodepointSpan stripped_span = in StripBoundaryCodepoints() local
623 if (initial_span != stripped_span) { in StripBoundaryCodepoints()
625 UnicodeText::Substring(value_unicode, stripped_span.first, in StripBoundaryCodepoints()
626 stripped_span.second, /*do_copy=*/false); in StripBoundaryCodepoints()