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;
741 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
744 UDate aDate = fmt2->parse(gregorianDate, status);
779 delete fmt2;
792 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc);
793 if(fmt2) {
794 fmt2->format(expectDate, tmp);
800 d = fmt2->parse(expect,status);
803 fmt2->format(d,tmp);
807 delete fmt2;