Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3050 MeasureFormat *cloneObj; in TestCurrencyFormat() local
3068 cloneObj = (MeasureFormat *)measureObj->clone(); in TestCurrencyFormat()
3069 if (cloneObj == NULL) { in TestCurrencyFormat()
3084 cloneObj->format(toFormat, str, status); in TestCurrencyFormat()
3085 cloneObj->parseObject(str, result, status); in TestCurrencyFormat()
3092 if (*measureObj != *cloneObj) { in TestCurrencyFormat()
3096 delete cloneObj; in TestCurrencyFormat()