Lines Matching full:dateformat
932 // Also check DateFormat
933 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status);
939 DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status);
968 "DateFormat.format(std)/std zone", fmt1->format(std, i), "GMT+01:30",
969 "DateFormat.format(dst)/std zone", fmt1->format(dst, j), "GMT+01:30",
970 "DateFormat.format(std)/dst zone", fmt2->format(std, k), "GMT+01:30",
971 "DateFormat.format(dst)/dst zone", fmt2->format(dst, l), "GMT+02:15",
1016 * Test to see if DateFormat understands zone equivalency groups. It
1017 * might seem that this should be a DateFormat test, but it's really a
1018 * TimeZone test -- the changes to DateFormat are minor.