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

  /frameworks/base/core/java/android/text/
SpanWatcher.java 37 * has been relocated from the range <code>ostart&hellip;oend</code>
40 public void onSpanChanged(Spannable text, Object what, int ostart, int oend,
SpannableStringInternal.java 108 int oend = data[i * COLUMNS + END]; local
114 sendSpanChanged(what, ostart, oend, nstart, nend);
149 int oend = data[i * COLUMNS + END]; local
159 sendSpanRemoved(what, ostart, oend);
Selection.java 73 int oend = getSelectionEnd(text); local
75 if (ostart != start || oend != stop) {
SpannableStringBuilder.java 234 int oend = mSpanEnds[i]; local
238 if (oend > mGapStart)
239 oend -= mGapLength;
244 sendSpanRemoved(what, ostart, oend);
667 int oend = mSpanEnds[i]; local
671 if (oend > mGapStart)
672 oend -= mGapLength;
678 if (send) sendSpanChanged(what, ostart, oend, nstart, nend);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitmaps.c 165 ext2_ino_t end, ext2_ino_t *oend)
173 if (oend)
174 *oend = tmp_oend;
179 blk_t end, blk_t *oend)
184 end, oend));
188 blk64_t end, blk64_t *oend)
192 end, oend));
ext2fsP.h 128 __u64 end, __u64 *oend);
gen_bitmap64.c 363 __u64 end, __u64 *oend)
374 if (oend)
375 *oend = tmp_oend;
384 if (oend)
385 *oend = bitmap->end;
gen_bitmap.c 290 ext2_ino_t end, ext2_ino_t *oend)
296 if (oend)
297 *oend = bitmap->end;
ext2fs.h 758 ext2_ino_t end, ext2_ino_t *oend);
760 blk_t end, blk_t *oend);
762 blk64_t end, blk64_t *oend);
    [all...]
  /external/qemu/audio/
rate_template.h 35 struct st_sample *ostart, *oend; local
49 oend = obuf + *osamp;
62 while (obuf < oend) {
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 436 public void onSpanChanged(Spannable text, Object span, int ostart, int oend, int nstart,
438 if (text == mSpannable) mChanged.add(new Changed(span, ostart, oend, nstart, nend));

Completed in 240 milliseconds