Searched refs:newZone (Results 1 – 3 of 3) sorted by relevance
706 TimeZone *newZone = TimeZone::createTimeZone("UTC"); in test4083167() local707 TimeZone::setDefault(*newZone); in test4083167()741 delete newZone; in test4083167()756 TimeZone *newZone = TimeZone::createTimeZone("GMT"); in test4086724() local757 TimeZone::setDefault(*newZone); in test4086724()763 delete newZone; in test4086724()788 delete newZone; in test4086724()
674 public String replaceZoneString(String pattern, String newZone) { in replaceZoneString() argument682 if (!variableField.toString().equals(newZone)) { in replaceZoneString()684 itemList.set(i, new VariableField(newZone, true)); in replaceZoneString()
1375 java.util.TimeZone newZone = java.util.TimeZone.getTimeZone("GMT-08:00"); in TestZoneMeta() local1377 java.util.TimeZone.setDefault(newZone); in TestZoneMeta()