Home
last modified time | relevance | path

Searched refs:gmtoff (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTime.java56 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/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTimeTest.java98 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/icu/icu4c/source/tools/tzcode/
Dzic.c143 static int addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff,
147 static int addtype(zic_t gmtoff, const char * abbr, int isdst,
2022 const zic_t gmtoff) in stringrule() argument
2071 tod += gmtoff; in stringrule()
2224 register zic_t gmtoff; in outzone() local
2364 gmtoff = zp->z_gmtoff; in outzone()
2501 -gmtoff); in outzone()
2517 offset = rp->r_todisgmt ? 0 : gmtoff; in outzone()
2631 starttime = tadd(starttime, -gmtoff); in outzone()
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype() argument
[all …]