Searched refs:OLSON_NAME (Results 1 – 2 of 2) sorted by relevance
37 public static final int OLSON_NAME = 0; field in TimeZoneNames104 return lhs[OLSON_NAME].compareTo(rhs[OLSON_NAME]);
1225 TimeZone zone = TimeZone.getTimeZone(row[TimeZoneNames.OLSON_NAME]); in parseTimeZone()