Searched refs:newSyms (Results 1 – 2 of 2) sorted by relevance
186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms); in testAPI() local187 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()
236 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms); in testAPI() local237 def.setDecimalFormatSymbols(*newSyms); in testAPI()238 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this in testAPI()