Searched refs:newZone (Results 1 – 6 of 6) sorted by relevance
930 String newZone = linkold_new.get(oldZone); in makeZoneData()931 Set<String> s = linkNew_oldSet.get(newZone); in makeZoneData()933 linkNew_oldSet.put(newZone, s = new HashSet<>()); in makeZoneData()
715 TimeZone *newZone = TimeZone::createTimeZone("UTC"); in test4083167() local716 TimeZone::setDefault(*newZone); in test4083167()750 delete newZone; in test4083167()765 TimeZone *newZone = TimeZone::createTimeZone("GMT"); in test4086724() local766 TimeZone::setDefault(*newZone); in test4086724()772 delete newZone; in test4086724()797 delete newZone; in test4086724()
799 public String replaceZoneString(String pattern, String newZone) { in replaceZoneString() argument807 if (!variableField.toString().equals(newZone)) { in replaceZoneString()809 itemList.set(i, new VariableField(newZone, true)); in replaceZoneString()
802 public String replaceZoneString(String pattern, String newZone) { in replaceZoneString() argument810 if (!variableField.toString().equals(newZone)) { in replaceZoneString()812 itemList.set(i, new VariableField(newZone, true)); in replaceZoneString()
1405 java.util.TimeZone newZone = java.util.TimeZone.getTimeZone("GMT-08:00"); in TestZoneMeta() local1407 java.util.TimeZone.setDefault(newZone); in TestZoneMeta()
1408 java.util.TimeZone newZone = java.util.TimeZone.getTimeZone("GMT-08:00"); in TestZoneMeta() local1410 java.util.TimeZone.setDefault(newZone); in TestZoneMeta()