Searched refs:fmt1 (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/test/intltest/
H A Dtchcfmt.cpp462 // 'fmt1' is created using arrays
475 ChoiceFormat fmt1(limits, closures, fmts, 6);
488 fmt1.toPattern(str);
497 if (fmt1 != fmt2) {
498 errln("FAIL: fmt1 != fmt2");
543 ChoiceFormat* FMT[] = { &fmt1, &fmt2 };
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+01:30",
969 "DateFormat.format(dst)/std zone", fmt1->format(dst, j), "GMT+01:30",
981 delete fmt1;
H A Ddtfmttst.cpp3250 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); local
3255 str1 = fmt1->format(dt1, str1);
3258 UDate dt11 = fmt1->parse(str1, status);
3262 str11 = fmt1->format(dt11, str11);
3269 delete fmt1;
3561 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status); local
3564 if (fmt1 != NULL) {
3565 delete fmt1;
3574 UDate dt1 = fmt1->parse(in, status);
3579 out = fmt1
[all...]
H A Dtmsgfmt.cpp1412 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); local
1417 if (fmt1 == NULL) {
1418 it_err("testCopyConstructor2: (fmt1 != NULL)");
1422 fmt2 = new MessageFormat( *fmt1 );
1423 result = fmt1->format( &fargs, 1, resultStr, fp, status );
1430 fmt3 = (MessageFormat*) fmt1->clone();
1442 result = fmt1->format( &fargs, 1, resultStr, fp, status );
1448 delete fmt1;
H A Dnumfmtst.cpp1242 DecimalFormat fmt1(UnicodeString("0.###E0"), US, status);
1247 expect2(fmt1, n, "1.234E3");
1249 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3"
2961 NumberFormat* fmt1= NumberFormat::createInstance(loc1, ec); local
2987 if (U_SUCCESS(ec) && fmt1 != NULL && fmt2 != NULL && fmt3 != NULL &&
2989 expect2(*fmt1, 1234.567, CharsToUnicodeString("\\u0E51,\\u0E52\\u0E53\\u0E54.\\u0E55\\u0E56\\u0E57"));
3023 delete fmt1;
H A Dnumrgts.cpp1673 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); local
1678 result1 = fmt1->format(1.111, result1, pos);
1713 const UChar *currency = fmt1->getCurrency();
1739 delete fmt1;

Completed in 177 milliseconds