Lines Matching defs:gmt
483 if (!strFullDate.endsWith(UnicodeString("GMT-05:00")))
484 errln("Fail: Want GMT-05:00");
944 TimeZone *gmt = timeZone->clone();
946 gmt->setRawOffset(0);
952 format->setTimeZone(*gmt);
981 delete gmt;
1010 * SimpleDateFormat won't parse "GMT"
1019 UDate d = fmt->parse("01/22/92 04:52:00 GMT", p0);
1022 errln("Fail: failed to parse 'GMT'");
1060 UnicodeString dateString("Thursday, 31-Dec-98 23:00:00 GMT");
1086 UnicodeString dateString("Thu, 30-Jul-1999 11:51:14 GMT");