Home
last modified time | relevance | path

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

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