HomeSort by relevance Sort by last modified time
    Searched defs:fmt2 (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
incaltst.cpp 420 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
426 fmt2->format(aDate, str);
445 delete fmt2;
505 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
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); local
648 fmt2->format(aDate, str);
688 fmt2->format(aDate, str)
741 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
792 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc); local
    [all...]
tmsgfmt.cpp 1413 MessageFormat* fmt2 = NULL; local
    [all...]
tzregts.cpp 939 DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
numrgts.cpp 1709 DecimalFormat *fmt2 = new DecimalFormat(buf, *symbols, status); local
    [all...]
dtfmttst.cpp 3274 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("y M d"), Locale("ar"), status); local
    [all...]
numfmtst.cpp 2965 NumberFormat* fmt2= NumberFormat::createInstance(loc2, ec); local
    [all...]

Completed in 2796 milliseconds