Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp1488 UnicodeString resDE, resCopyDE; in Test9237() local
1491 fmtCopyDE.format(0.0, resCopyDE); in Test9237()
1493 if (resDE != resCopyDE) { in Test9237()
1494 …odeString("Error: different result by the copied instance - org:") + resDE + " copy:" + resCopyDE); in Test9237()