Searched refs:gmtoff (Results 1 – 5 of 5) sorted by relevance
133 public long gmtoff; field in Time313 this.gmtoff = 0; in clear()488 gmtoff = 0; in parseInternal()676 this.gmtoff = 0; in parse3339Internal()794 this.gmtoff = that.gmtoff; in set()812 this.gmtoff = 0; in set()835 this.gmtoff = 0; in set()929 String sign = (gmtoff < 0) ? "-" : "+"; in format3339()930 int offset = (int) Math.abs(gmtoff); in format3339()972 public static int getJulianDay(long millis, long gmtoff) { in getJulianDay() argument[all …]
379 t.gmtoff != 0) { in testParse33390()386 t.gmtoff != 0) { in testParse33390()393 t.gmtoff != 0) { in testParse33390()400 t.gmtoff != 0) { in testParse33390()407 t.gmtoff != 0) { in testParse33390()415 t.gmtoff != 0) { in testParse33390()423 t.gmtoff != 0) { in testParse33390()553 int julianDay = Time.getJulianDay(millis, time.gmtoff); in disableTestGetJulianDay()561 int day = Time.getJulianDay(millis, time.gmtoff); in disableTestGetJulianDay()592 int julianDay = Time.getJulianDay(millis, time.gmtoff); in disableTestSetJulianDay()[all …]
30162 field public long gmtoff;
47734 field @Deprecated public long gmtoff;
47878 field @Deprecated public long gmtoff;