Searched refs:gmtoff (Results 1 – 4 of 4) sorted by relevance
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTime.java | 56 time.gmtoff = other.gmtoff; in set() 73 public static int getJulianDay(long millis, long gmtoff) { in getJulianDay() argument 74 long offsetMillis = gmtoff * 1000; in getJulianDay() 90 int approximateDay = getJulianDay(millis, time.gmtoff); in setJulianDay() 133 time.gmtoff = 0; in set() 156 time.gmtoff = 0; in clear() 234 String sign = (time.gmtoff < 0) ? "-" : "+"; in format3339() 235 int offset = (int) Math.abs(time.gmtoff); in format3339()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TimeTest.java | 98 assertEquals(0, t.gmtoff); in shouldClear() 204 int julianDay = Time.getJulianDay(millis, time.gmtoff); in testGetJulianDay() 212 int day = Time.getJulianDay(millis, time.gmtoff); in testGetJulianDay() 226 int julianDay = Time.getJulianDay(millis, time.gmtoff); in testSetJulianDay() 234 int day = Time.getJulianDay(millis, time.gmtoff); in testSetJulianDay()
|
/external/icu4c/tools/tzcode/ |
D | 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); 1958 stringrule(result, rp, dstoff, gmtoff) in stringrule() argument 1962 const long gmtoff; 1997 tod += gmtoff; 2105 register long gmtoff; local 2198 gmtoff = zp->z_gmtoff; 2305 -gmtoff); 2321 offset = rp->r_todisgmt ? 0 : gmtoff; [all …]
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | 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); 1958 stringrule(result, rp, dstoff, gmtoff) in stringrule() argument 1962 const long gmtoff; 1997 tod += gmtoff; 2105 register long gmtoff; local 2198 gmtoff = zp->z_gmtoff; 2299 -gmtoff); 2315 offset = rp->r_todisgmt ? 0 : gmtoff; [all …]
|