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

/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp1484 UnicodeString resDE, resCopyDE; local
1486 fmtDE.format(0.0, resDE);
1489 if (resDE != resCopyDE) {
1490 errln(UnicodeString("Error: different result by the copied instance - org:") + resDE + " copy:" + resCopyDE);
1499 if (resDE != resAssigned) {
1500 errln(UnicodeString("Error: different results by the assigned instance - org:") + resDE + " assigned:" + resAssigned);

Completed in 46 milliseconds