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

/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp1415 MessageFormat* fmt4 = NULL; local
1431 fmt4 = (MessageFormat*) fmt2->clone();
1437 if (fmt4 == NULL) {
1438 it_err("testCopyConstructor2: (fmt4 != NULL)");
1445 result = fmt4->format( &fargs, 1, resultStr, fp, status );
1451 delete fmt4;
H A Ddtfmttst.cpp3322 SimpleDateFormat *fmt4 = new SimpleDateFormat(UnicodeString("y M d"), Locale("en-us"), status); local
3327 str4 = fmt4->format(dt4, str4);
3330 UDate dt44 = fmt4->parse(str4, status);
3334 str44 = fmt4->format(dt44, str44);
3341 delete fmt4;
H A Dnumfmtst.cpp2998 NumberFormat* fmt4= NumberFormat::createInstance(loc4, ec); local
3026 delete fmt4;

Completed in 226 milliseconds