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

  /libcore/benchmarks/src/benchmarks/regression/
DateFormatBenchmark.java 26 private Locale locale1; field in class:DateFormatBenchmark
33 locale1 = Locale.TAIWAN;
47 DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, locale1);
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 297 Locale locale1 = Locale.CHINA; local
299 String locale1Symbol = currency.getSymbol(locale1);
307 Locale.setDefault(locale1);

Completed in 933 milliseconds