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

  /external/chromium_org/third_party/icu/source/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
  /external/icu/icu4c/source/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 220 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms);
221 def.setDecimalFormatSymbols(*newSyms);
222 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this

Completed in 719 milliseconds