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

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java82 // Flag for supporting JDK backward compatible IDs, such as "EST".
90 // IDs having conflicting data between Olson and JDK 1.1
571 * Gets all available IDs supported in the Java run-time.
573 * @return an array of time zone IDs.
590 * Gets all available IDs that have the same value as the
596 * @return an array of time zone IDs.
601 List<String> IDs = ZoneInfoFile.getZoneIDs();
610 matched.add(IDs.get(i++));
612 matched.add(IDs.get(i++));
828 * Returns a Map from alias time zone IDs t
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1612 private static boolean contains(short IDs[], short id, int limit) { argument
1614 if (IDs[i] == id) {
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec288 "Releases a list of object IDs. For each object in the list, the "
309 "IDs may be re-used by the back-end after they "

Completed in 50 milliseconds