Searched defs:fmt2 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dincaltst.cpp420 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
839 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
890 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc); local
[all...]
H A Dtzregts.cpp939 DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status); local
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;
H A Dnumrgts.cpp1714 DecimalFormat *fmt2 = new DecimalFormat(buf, *symbols, status); local
1723 fmt2->setRoundingIncrement(rounding);
1724 fmt2->setMinimumFractionDigits(frac);
1725 fmt2->setMaximumFractionDigits(frac);
1733 fmt2->format(1.111, result2, pos);
1740 delete fmt2;
H A Dtmsgfmt.cpp1412 MessageFormat* fmt2 = NULL; local
1421 fmt2 = new MessageFormat( *fmt1 );
1424 if (fmt2 == NULL) {
1425 it_err("testCopyConstructor2: (fmt2 != NULL)");
1430 fmt4 = (MessageFormat*) fmt2->clone();
1442 result = fmt2->format( &fargs, 1, resultStr, fp, status );
1448 delete fmt2;
H A Ddtfmttst.cpp3427 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("y M d"), Locale("ar"), status); local
3432 str2 = fmt2->format(dt2, str2);
3435 UDate dt22 = fmt2->parse(str2, status);
3439 str22 = fmt2->format(dt22, str22);
3446 delete fmt2;
/external/icu/icu4c/source/test/intltest/
H A Dincaltst.cpp417 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
423 fmt2->format(aDate, str);
442 delete fmt2;
502 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
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); local
645 fmt2->format(aDate, str);
685 fmt2
836 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); local
887 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc); local
[all...]
H A Dtzregts.cpp939 DateFormat* fmt2 = new SimpleDateFormat(UnicodeString("z"), status); local
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;
H A Dnumrgts.cpp1714 DecimalFormat *fmt2 = new DecimalFormat(buf, *symbols, status); local
1723 fmt2->setRoundingIncrement(rounding);
1724 fmt2->setMinimumFractionDigits(frac);
1725 fmt2->setMaximumFractionDigits(frac);
1733 fmt2->format(1.111, result2, pos);
1740 delete fmt2;
H A Dtmsgfmt.cpp1412 MessageFormat* fmt2 = NULL; local
1421 fmt2 = new MessageFormat( *fmt1 );
1424 if (fmt2 == NULL) {
1425 it_err("testCopyConstructor2: (fmt2 != NULL)");
1430 fmt4 = (MessageFormat*) fmt2->clone();
1442 result = fmt2->format( &fargs, 1, resultStr, fp, status );
1448 delete fmt2;
H A Ddtfmttst.cpp3430 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("y M d"), Locale("ar"), status); local
3435 str2 = fmt2->format(dt2, str2);
3438 UDate dt22 = fmt2->parse(str2, status);
3442 str22 = fmt2->format(dt22, str22);
3449 delete fmt2;

Completed in 2824 milliseconds