Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt2

939     DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status);
941 fmt2->setTimeZone(*z2); // Format uses DST zone
970 "DateFormat.format(std)/dst zone", fmt2->format(std, k), "GMT+1:30",
971 "DateFormat.format(dst)/dst zone", fmt2->format(dst, l), "GMT+2:15",
982 delete fmt2;