Searched refs:gmtoff (Results 1 – 4 of 4) sorted by relevance
134 public long gmtoff; field in Time314 this.gmtoff = 0; in clear()489 gmtoff = 0; in parseInternal()677 this.gmtoff = 0; in parse3339Internal()795 this.gmtoff = that.gmtoff; in set()813 this.gmtoff = 0; in set()836 this.gmtoff = 0; in set()930 String sign = (gmtoff < 0) ? "-" : "+"; in format3339()931 int offset = (int) Math.abs(gmtoff); in format3339()973 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;
46443 field @Deprecated public long gmtoff;