Home | History | Annotate | Download | only in format

Lines Matching defs:tznames

1145                     TimeZoneNames tznames = TimeZoneNames.getInstance(uloc);
1146 tznames.loadAllDisplayNames();
1148 tznames.getDisplayNames(zone, types, date, result, 0);
1152 String actual = tznames.getDisplayName(zone, type, date);
1157 tznames.getDisplayNames(null, null, 0, null, 0);
1162 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc);
1163 tznames.loadAllDisplayNames();
1165 tznames.getDisplayNames(zone, types, date, result, 0);
1169 String actual = tznames.getDisplayName(zone, type, date);
1174 tznames.getDisplayNames(null, null, 0, null, 0);