HomeSort by relevance Sort by last modified time
    Searched defs:gmtoff (Results 1 - 9 of 9) sorted by null

  /development/tools/zoneinfo/
ZoneInfo.java 68 int[] gmtoff = new int[ngmtoff]; local
72 gmtoff[i] = read4(data, base + 6 * i);
79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base);
90 int[] gmtoff, byte[] isdst, byte[] abbrev,
94 mGmtOffs = gmtoff;
  /frameworks/base/core/java/android/text/format/
Time.java 103 public long gmtoff; field in class:Time
187 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
273 this.gmtoff = 0;
396 * <code>yearDay</code>, and <code>gmtoff</code> are always set to zero,
562 this.gmtoff = that.gmtoff;
566 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
580 this.gmtoff = 0;
585 * Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
603 this.gmtoff = 0
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 124 static int addtype(long gmtoff, long rawoff, long dstoff,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
174 long dstoff, long gmtoff);
2105 register long gmtoff; local
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 124 static int addtype(long gmtoff, long rawoff, long dstoff,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
174 long dstoff, long gmtoff);
2105 register long gmtoff; local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 293 milliseconds