Searched refs:cloneObj (Results 1 – 1 of 1) sorted by relevance
3050 MeasureFormat *cloneObj; in TestCurrencyFormat() local3068 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()