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