Searched refs:isDst (Results 1 – 5 of 5) sorted by relevance
225 local.isDst = test.dst1; in testNormalize1()228 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()233 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()239 local.isDst); in testNormalize1()246 local.isDst = test.dst1; in testNormalize1()249 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()255 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()261 local.isDst); in testNormalize1()
104 public int isDst; field in Time169 this.isDst = -1; in Time()280 this.isDst = -1; in clear()586 this.isDst = that.isDst; in set()604 this.isDst = -1; in set()627 this.isDst = -1; in set()
730 (currentTime.gmtoff - (currentTime.isDst > 0 ? 3600 : 0));
20503 field public int isDst;