Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/datetime/
Dregex-parser.cc136 std::vector<DatetimeParseResultSpan> found_spans; in FindSpansUsingLocales() local
164 found_spans.insert(std::end(found_spans), in FindSpansUsingLocales()
169 return found_spans; in FindSpansUsingLocales()
181 const std::vector<DatetimeParseResultSpan>& found_spans, in Parse()
187 indexed_found_spans.reserve(found_spans.size()); in Parse()
188 for (int i = 0; i < found_spans.size(); i++) { in Parse()
189 indexed_found_spans.push_back({found_spans[i], i}); in Parse()