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

/openjdk7/jdk/src/share/classes/java/util/
H A DTimeZone.java822 private static final int GMT_ID_LENGTH = 3; field in class:TimeZone
840 if ((length = id.length()) < (GMT_ID_LENGTH + 2) ||
855 int index = GMT_ID_LENGTH;

Completed in 37 milliseconds