Home
last modified time | relevance | path

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

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