Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt2

420     SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
426 fmt2->format(aDate, str);
445 delete fmt2;
505 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
511 fmt2->format(aDate, str);
542 fmt2->format(aDate, str);
566 delete fmt2;
622 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
648 fmt2->format(aDate, str);
688 fmt2->format(aDate, str);
708 delete fmt2;
839 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
842 UDate aDate = fmt2->parse(gregorianDate, status);
877 delete fmt2;
890 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc);
891 if(fmt2) {
892 fmt2->format(expectDate, tmp);
898 d = fmt2->parse(expect,status);
901 fmt2->format(d,tmp);
905 delete fmt2;