Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp2585 LocalPointer<Format> fmtClone(fmt->clone()); in TestHebrewClone()
2587 // free fmt to be sure that fmtClone is independent of fmt. in TestHebrewClone()
2591 fmtClone->format(now, result2, status); in TestHebrewClone()
2633 LocalPointer<Format> fmtClone(fmt->clone()); in TestDateFormatSymbolsClone()
2635 // Free fmt to be sure that fmtClone is really independent of fmt. in TestDateFormatSymbolsClone()
2639 if (!getActualAndValidLocales(*fmtClone, valid2, actual2)) { in TestDateFormatSymbolsClone()
H A Dnumfmtst.cpp8164 DecimalFormat* fmtClone = fmtBase.clone(); in TestEquality() local
8165 fmtClone->setFormatWidth(fmtBase.getFormatWidth() + 32); in TestEquality()
8166 if (*fmtClone == fmtBase) { in TestEquality()
8169 delete fmtClone; in TestEquality()

Completed in 22 milliseconds