HomeSort by relevance Sort by last modified time
    Searched refs:newSyms (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
sdtfmtts.cpp 186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms);
187 def.adoptDateFormatSymbols(newSyms);
188 pat_fr.setDateFormatSymbols(*newSyms);
206 newSyms =new DateFormatSymbols("gregorian", status);
210 def.adoptDateFormatSymbols(newSyms);
dcfmapts.cpp 193 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms);
194 def.setDecimalFormatSymbols(*newSyms);
195 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this

Completed in 54 milliseconds