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

  /frameworks/base/core/java/android/text/
Selection.java 378 int off1, int off2) {
379 int line1 = layout.getLineForOffset(off1);
385 float h1 = layout.getPrimaryHorizontal(off1);
392 return off1;
399 return off1;
410 int line = layout.getLineForOffset(off1);
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 128 int off1 = tz1.getOffset(now);
130 if (off1 == off2) {
136 return off1 - off2;
  /external/freetype/src/cff/
cffload.c 442 FT_ULong off1, off2 = 0; local
454 off1 = cff_index_read_offset( idx, &error );
458 if ( off1 != 0 )
470 off1 = idx->offsets[element];
471 if ( off1 )
483 if ( off1 && off2 > off1 )
485 *pbyte_len = off2 - off1;
490 *pbytes = idx->bytes + off1 - 1;
495 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/grub/stage2/
jfs.h 406 unsigned off1:8; /* 1: offset in unit of fsblksize */ member in struct:xad
414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))

Completed in 88 milliseconds