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

  /frameworks/support/compat/src/androidTest/java/androidx/core/text/
PrecomputedTextCompatTest.java 55 private static final int SPAN_END = 7;
60 ssb.setSpan(SPAN, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
228 assertEquals(SPAN_END, s.getSpanEnd(SPAN));
232 assertEquals(SPAN_END, s.nextSpanTransition(SPAN_START, s.length(), TypefaceSpan.class));
242 s.setSpan(span, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
246 assertEquals(SPAN_END, s.getSpanEnd(span));
250 assertEquals(SPAN_END,
261 s.setSpan(SPAN, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
  /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,
  /cts/tests/tests/text/src/android/text/cts/
PrecomputedTextTest.java 61 private static final int SPAN_END = 7;
66 ssb.setSpan(SPAN, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
208 assertEquals(SPAN_END, s.getSpanEnd(SPAN));
212 assertEquals(SPAN_END, s.nextSpanTransition(SPAN_START, s.length(), LocaleSpan.class));
222 s.setSpan(span, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
226 assertEquals(SPAN_END, s.getSpanEnd(span));
230 assertEquals(SPAN_END,
241 s.setSpan(SPAN, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
  /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 3628 milliseconds