Home | History | Annotate | Download | only in intltest

Lines Matching defs:format2

923         UnicodeString format2; (*(DateFormat*)&sdf).format(d2, format2);
924 logln((UnicodeString)" format -> " + format2);
925 if (!(formatResult == format2)) errln((UnicodeString)"FAIL: Round trip drift");