Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2822 MeasureFormat *cloneObj; in TestCurrencyFormat() local
2840 cloneObj = (MeasureFormat *)measureObj->clone(); in TestCurrencyFormat()
2841 if (cloneObj == NULL) { in TestCurrencyFormat()
2856 cloneObj->format(toFormat, str, status); in TestCurrencyFormat()
2857 cloneObj->parseObject(str, result, status); in TestCurrencyFormat()
2864 if (*measureObj != *cloneObj) { in TestCurrencyFormat()
2868 delete cloneObj; in TestCurrencyFormat()