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

  /frameworks/base/core/java/android/text/
Selection.java 378 int off1, int off2) {
380 int line2 = layout.getLineForOffset(off2);
386 float h2 = layout.getPrimaryHorizontal(off2);
394 return off2;
401 return off2;
414 return Math.max(off1, off2);
416 return Math.min(off1, off2);
  /dalvik/libcore/sql/src/test/java/tests/support/
Support_SQL.java 84 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2,
87 if (b1[i + off1] != b2[i + off2])
  /development/samples/GlobalTime/src/com/android/globaltime/
City.java 129 int off2 = tz2.getOffset(now);
130 if (off1 == off2) {
136 return off1 - off2;
  /external/freetype/src/cff/
cffload.c 442 FT_ULong off1, off2 = 0; local
463 off2 = cff_index_read_offset( idx, &error );
465 while ( off2 == 0 && element < idx->count );
476 off2 = idx->offsets[element];
478 } while ( off2 == 0 && element < idx->count );
483 if ( off1 && off2 > off1 )
485 *pbyte_len = off2 - off1;
496 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) )
    [all...]
  /external/grub/stage2/
jfs.h 407 u32 off2; /* 4: offset in unit of fsblksize */ member in struct:xad
414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))

Completed in 115 milliseconds