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

  /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...]
DateUtils.java 598 int startDay = Time.getJulianDay(day, startTime.gmtoff);
599 int currentDay = Time.getJulianDay(today, currentTime.gmtoff);
    [all...]
  /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/tests/coretests/src/android/text/format/
TimeTest.java 38 // + "( " + t.isDst + ',' + t.gmtoff
369 t.gmtoff != 0) {
376 t.gmtoff != 0) {
383 t.gmtoff != 0) {
390 t.gmtoff != 0) {
397 t.gmtoff != 0) {
405 t.gmtoff != 0) {
413 t.gmtoff != 0) {
543 int julianDay = Time.getJulianDay(millis, time.gmtoff);
551 int day = Time.getJulianDay(millis, time.gmtoff);
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 152 assertEquals(time.gmtoff, anotherTime.gmtoff);
569 assertEquals(0, t.gmtoff);
784 int julianDay = Time.getJulianDay(millis, time.gmtoff);
792 int day = Time.getJulianDay(millis, time.gmtoff);
843 int julianDay = Time.getJulianDay(millis, time.gmtoff);
858 int day = Time.getJulianDay(millis, time.gmtoff);
860 Log.i("TimeTest", "Error: gmtoff " + (time.gmtoff / 3600.0) + " day "
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 62 ZoneInfo(String name, int[] transitions, byte[] type, int[] gmtoff, byte[] isdst,
66 mGmtOffs = gmtoff;
  /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...]
  /packages/apps/Calendar/src/com/android/calendar/
AgendaByDayAdapter.java 182 mTodayJulianDay = Time.getJulianDay(now, time.gmtoff);
312 int julianDay = Time.getJulianDay(millis, time.gmtoff);
MonthView.java 251 mFirstJulianDay = Time.getJulianDay(millis, mViewCalendar.gmtoff);
470 int startDay = Time.getJulianDay(millis, monthStart.gmtoff);
    [all...]
AgendaWindowAdapter.java 406 int day = Time.getJulianDay(timeInMillis, tmpTime.gmtoff);
470 int startDay = Time.getJulianDay(goToTime.toMillis(false), goToTime.gmtoff);
Event.java 273 int startDay = Time.getJulianDay(start, local.gmtoff);
CalendarView.java 460 mTodayJulianDay = Time.getJulianDay(currentTime, mCurrentTime.gmtoff);
633 mSelectionDay = Time.getJulianDay(millis, mBaseDate.gmtoff);
678 mFirstJulianDay = Time.getJulianDay(start, mBaseDate.gmtoff);
    [all...]
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 730 (currentTime.gmtoff - (currentTime.isDst > 0 ? 3600 : 0));
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 843 milliseconds