Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dsdtfmtts.cpp186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms); in testAPI() local
187 def.adoptDateFormatSymbols(newSyms); in testAPI()
188 pat_fr.setDateFormatSymbols(*newSyms); in testAPI()
206 newSyms =new DateFormatSymbols("gregorian", status); in testAPI()
210 def.adoptDateFormatSymbols(newSyms); in testAPI()
Ddcfmapts.cpp236 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms); in testAPI() local
237 def.setDecimalFormatSymbols(*newSyms); in testAPI()
238 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this in testAPI()