Home
last modified time | relevance | path

Searched refs:newSyms (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dsdtfmtts.cpp188 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms); in testAPI() local
189 def.adoptDateFormatSymbols(newSyms); in testAPI()
190 pat_fr.setDateFormatSymbols(*newSyms); in testAPI()
208 newSyms =new DateFormatSymbols("gregorian", status); in testAPI()
212 def.adoptDateFormatSymbols(newSyms); in testAPI()
Ddcfmapts.cpp276 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms); in testAPI() local
277 def.setDecimalFormatSymbols(*newSyms); in testAPI()
278 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this in testAPI()