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

  /external/libtextclassifier/
feature-processor.cc 143 auto span_end = context_unicode.begin(); local
145 std::advance(span_end, span.second);
149 if (line.first <= span_start && line.second >= span_end) {
310 UnicodeText::const_iterator span_end = token_right_unicode.end(); local
315 token_right_unicode.begin(), span_end,
513 const UnicodeText::const_iterator& span_end,
515 if (span_start == span_end) {
523 it_last = span_end;
528 it = span_end;
601 UnicodeText::const_iterator span_end = context_unicode.begin() local
    [all...]
feature-processor.h 258 // maximum end at span_end (exclusive). If count_from_beginning is True, the
259 // counting will start from span_end (exclusive) and end at span_start
263 const UnicodeText::const_iterator& span_end,
  /toolchain/binutils/binutils-2.27/gold/
aarch64.cc 2317 section_size_type span_end; local
    [all...]
arm.cc     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfnn-aarch64.c 3535 unsigned int span_end = ((span == sec_data->mapcount - 1) local
3816 unsigned int span_end = ((span == sec_data->mapcount - 1) local
    [all...]
elf32-arm.c 5033 unsigned int span_end = (span == sec_data->mapcount - 1) local
7406 unsigned int span_end = (span == sec_data->mapcount - 1) local
7833 unsigned int span_end = (span == sec_data->mapcount - 1) local
    [all...]

Completed in 414 milliseconds