Searched defs:resCopyDE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp1480 UnicodeString resDE, resCopyDE; local
1483 fmtCopyDE.format(0.0, resCopyDE);
1485 if (resDE != resCopyDE) {
1486 errln(UnicodeString("Error: different result by the copied instance - org:") + resDE + " copy:" + resCopyDE); local
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp1483 UnicodeString resDE, resCopyDE; local
1486 fmtCopyDE.format(0.0, resCopyDE);
1488 if (resDE != resCopyDE) {
1489 errln(UnicodeString("Error: different result by the copied instance - org:") + resDE + " copy:" + resCopyDE); local

Completed in 84 milliseconds