Home | History | Annotate | Download | only in i18n

Lines Matching refs:SimpleTimeZone

305     _UNKNOWN_ZONE = new SimpleTimeZone(0, UnicodeString(TRUE, UNKNOWN_ZONE_ID, UNKNOWN_ZONE_ID_LENGTH));
306 _GMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH));
496 hostZone = new SimpleTimeZone(rawOffset, hostStrID);
502 // new SimpleTimeZone(...) above fails, the following
1293 * @return a newly created SimpleTimeZone with the given offset and
1304 return new SimpleTimeZone(offset, customID);