Home | History | Annotate | Download | only in intltest

Lines Matching refs:cloneObj

2710     MeasureFormat *cloneObj;
2728 cloneObj = (MeasureFormat *)measureObj->clone();
2729 if (cloneObj == NULL) {
2744 cloneObj->format(toFormat, str, status);
2745 cloneObj->parseObject(str, result, status);
2752 if (*measureObj != *cloneObj) {
2756 delete cloneObj;