Searched refs:fmt3 (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp1414 MessageFormat* fmt3 = NULL; local
1430 fmt3 = (MessageFormat*) fmt1->clone();
1433 if (fmt3 == NULL) {
1434 it_err("testCopyConstructor2: (fmt3 != NULL)");
1444 result = fmt3->format( &fargs, 1, resultStr, fp, status );
1450 delete fmt3;
H A Ddtfmttst.cpp3298 SimpleDateFormat *fmt3 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("en-us"), status); local
3303 str3 = fmt3->format(dt3, str3);
3306 UDate dt33 = fmt3->parse(str3, status);
3310 str33 = fmt3->format(dt33, str33);
3317 delete fmt3;
H A Dnumfmtst.cpp2969 NumberFormat* fmt3= NumberFormat::createInstance(loc3, ec); local
2987 if (U_SUCCESS(ec) && fmt1 != NULL && fmt2 != NULL && fmt3 != NULL &&
2991 expect2(*fmt3, 1234.567, CharsToUnicodeString("\\u06F1\\u066c\\u06F2\\u06F3\\u06F4\\u066b\\u06F5\\u06F6\\u06F7"));
3025 delete fmt3;

Completed in 100 milliseconds