Searched refs:newSyms (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsdtfmtts.cpp186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms); local
187 def.adoptDateFormatSymbols(newSyms);
188 pat_fr.setDateFormatSymbols(*newSyms);
206 newSyms =new DateFormatSymbols("gregorian", status);
210 def.adoptDateFormatSymbols(newSyms);
H A Ddcfmapts.cpp193 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms); local
194 def.setDecimalFormatSymbols(*newSyms);
195 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this
/external/icu/icu4c/source/test/intltest/
H A Dsdtfmtts.cpp186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms); local
187 def.adoptDateFormatSymbols(newSyms);
188 pat_fr.setDateFormatSymbols(*newSyms);
206 newSyms =new DateFormatSymbols("gregorian", status);
210 def.adoptDateFormatSymbols(newSyms);
H A Ddcfmapts.cpp220 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms); local
221 def.setDecimalFormatSymbols(*newSyms);
222 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this

Completed in 327 milliseconds