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