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

  /libcore/benchmarks/src/benchmarks/regression/
DateFormatBenchmark.java 27 private Locale locale2; field in class:DateFormatBenchmark
34 locale2 = Locale.GERMANY;
48 DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, locale2);
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 298 Locale locale2 = Locale.US; local
300 String locale2Symbol = currency.getSymbol(locale2);
309 formatArbitraryCurrencyAmountInLocale(currency, locale2);
311 Locale.setDefault(locale2);
313 formatArbitraryCurrencyAmountInLocale(currency, locale2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java 1063 ULocale locale2 = new ULocale("zh_Hans_CN"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 1062 ULocale locale2 = new ULocale("zh_Hans_CN"); local
    [all...]

Completed in 78 milliseconds