Searched refs:toCustomID (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfoFile.java513 String id = toCustomID(gmtOffset);
526 public static String toCustomID(int gmtOffset) { method in class:ZoneInfoFile
/openjdk7/jdk/src/share/classes/java/util/
H A DTimeZone.java416 return ZoneInfoFile.toCustomID(offset);
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java1199 buffer.append(ZoneInfoFile.toCustomID(value));

Completed in 38 milliseconds