Searched refs:fmtClone (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp2569 LocalPointer<Format> fmtClone(fmt->clone());
2571 // free fmt to be sure that fmtClone is independent of fmt.
2575 fmtClone->format(now, result2, status);
2613 LocalPointer<Format> fmtClone(fmt->clone());
2615 // Free fmt to be sure that fmtClone is really independent of fmt.
2619 if (!getActualAndValidLocales(*fmtClone, valid2, actual2)) {
H A Dnumfmtst.cpp8091 DecimalFormat* fmtClone = (DecimalFormat*)fmtBase->clone(); local
8092 fmtClone->setFormatWidth(fmtBase->getFormatWidth() + 32);
8093 if (*fmtClone == *fmtBase) {
8096 delete fmtClone;

Completed in 94 milliseconds