Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt2

417     SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
423 fmt2->format(aDate, str);
442 delete fmt2;
502 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
508 fmt2->format(aDate, str);
539 fmt2->format(aDate, str);
563 delete fmt2;
619 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
645 fmt2->format(aDate, str);
685 fmt2->format(aDate, str);
705 delete fmt2;
836 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
839 UDate aDate = fmt2->parse(gregorianDate, status);
874 delete fmt2;
887 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc);
888 if(fmt2) {
889 fmt2->format(expectDate, tmp);
895 d = fmt2->parse(expect,status);
898 fmt2->format(d,tmp);
902 delete fmt2;