Searched defs:fmt1 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp933 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status); local
938 fmt1->setTimeZone(*z1); // Format uses standard zone
968 "DateFormat.format(std)/std zone", fmt1->format(std, i), "GMT+1:30",
969 "DateFormat.format(dst)/std zone", fmt1->format(dst, j), "GMT+1:30",
981 delete fmt1;
H A Dnumrgts.cpp1678 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); local
1683 result1 = fmt1->format(1.111, result1, pos);
1718 const UChar *currency = fmt1->getCurrency();
1744 delete fmt1;
H A Dtmsgfmt.cpp1411 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); local
1416 if (fmt1 == NULL) {
1417 it_err("testCopyConstructor2: (fmt1 != NULL)");
1421 fmt2 = new MessageFormat( *fmt1 );
1422 result = fmt1->format( &fargs, 1, resultStr, fp, status );
1429 fmt3 = (MessageFormat*) fmt1->clone();
1441 result = fmt1->format( &fargs, 1, resultStr, fp, status );
1447 delete fmt1;
H A Ddtfmttst.cpp3403 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); local
3408 str1 = fmt1->format(dt1, str1);
3411 UDate dt11 = fmt1->parse(str1, status);
3415 str11 = fmt1->format(dt11, str11);
3422 delete fmt1;
3715 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status); local
3718 if (fmt1 != NULL) {
3719 delete fmt1;
3728 UDate dt1 = fmt1->parse(in, status);
3733 out = fmt1
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp933 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status); local
938 fmt1->setTimeZone(*z1); // Format uses standard zone
968 "DateFormat.format(std)/std zone", fmt1->format(std, i), "GMT+1:30",
969 "DateFormat.format(dst)/std zone", fmt1->format(dst, j), "GMT+1:30",
981 delete fmt1;
H A Dnumrgts.cpp1678 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); local
1683 result1 = fmt1->format(1.111, result1, pos);
1718 const UChar *currency = fmt1->getCurrency();
1744 delete fmt1;
H A Dtmsgfmt.cpp1411 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); local
1416 if (fmt1 == NULL) {
1417 it_err("testCopyConstructor2: (fmt1 != NULL)");
1421 fmt2 = new MessageFormat( *fmt1 );
1422 result = fmt1->format( &fargs, 1, resultStr, fp, status );
1429 fmt3 = (MessageFormat*) fmt1->clone();
1441 result = fmt1->format( &fargs, 1, resultStr, fp, status );
1447 delete fmt1;
H A Ddtfmttst.cpp3406 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); local
3411 str1 = fmt1->format(dt1, str1);
3414 UDate dt11 = fmt1->parse(str1, status);
3418 str11 = fmt1->format(dt11, str11);
3425 delete fmt1;
3718 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status); local
3721 if (fmt1 != NULL) {
3722 delete fmt1;
3731 UDate dt1 = fmt1->parse(in, status);
3736 out = fmt1
[all...]

Completed in 207 milliseconds