Home | History | Annotate | Download | only in intltest

Lines Matching full:newsyms

238     DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms);
239 def.setDecimalFormatSymbols(*newSyms);
240 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this