HomeSort by relevance Sort by last modified time
    Searched full:oend (Results 1 - 12 of 12) 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,
SpannableStringBuilder.java 236 int oend = mSpanEnds[i]; local
240 if (oend > mGapStart)
241 oend -= mGapLength;
246 sendSpanRemoved(what, ostart, oend);
568 int oend = mSpanEnds[i]; local
572 if (oend > mGapStart)
573 oend -= mGapLength;
580 sendSpanChanged(what, ostart, oend, nstart, nend);
621 int oend = mSpanEnds[i]; local
625 if (oend > mGapStart
    [all...]
SpannableStringInternal.java 106 int oend = data[i * COLUMNS + END]; local
112 sendSpanChanged(what, ostart, oend, nstart, nend);
147 int oend = data[i * COLUMNS + END]; local
157 sendSpanRemoved(what, ostart, oend);
Selection.java 71 int oend = getSelectionEnd(text); local
73 if (ostart != start || oend != stop) {
  /external/e2fsprogs/lib/ext2fs/
bitmaps.c 174 ext2_ino_t end, ext2_ino_t *oend)
180 if (oend)
181 *oend = bitmap->end;
187 blk_t end, blk_t *oend)
193 if (oend)
194 *oend = bitmap->end;
ext2fs.h 571 ext2_ino_t end, ext2_ino_t *oend);
573 blk_t end, blk_t *oend);
    [all...]
  /external/qemu/audio/
rate_template.h 35 struct st_sample *ostart, *oend; local
49 oend = obuf + *osamp;
62 while (obuf < oend) {
  /bionic/libc/regex/
regex2.h 72 #define OEND (1LU<<OPSHIFT) /* endmarker - */
136 sopno firststate; /* the initial OEND (normally 0) */
137 sopno laststate; /* the final OEND */
regcomp.c 213 EMIT(OEND, 0);
221 EMIT(OEND, 0);
    [all...]
engine.c 136 const sopno gf = g->firststate+1; /* +1 for OEND */
326 case OEND:
853 case OEND:
  /external/e2fsprogs/doc/
libext2fs.texinfo     [all...]
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 166 milliseconds