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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 404 Locale mt_MT = new Locale("mt", "MT");
405 name = zone.getDisplayName(mt_MT);
411 logln("PST(mt_MT)->" + name);
419 UResourceBundle mtRB = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, mt_MT);
423 logln("Warning: Not testing the mt_MT behavior because resource is absent");
425 errln("Fail: Expected Pacific Standard Time for PST in mt_MT but got ");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 401 Locale mt_MT = new Locale("mt", "MT");
402 name = zone.getDisplayName(mt_MT);
408 logln("PST(mt_MT)->" + name);
416 UResourceBundle mtRB = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, mt_MT);
420 logln("Warning: Not testing the mt_MT behavior because resource is absent");
422 errln("Fail: Expected Pacific Standard Time for PST in mt_MT but got ");
    [all...]

Completed in 187 milliseconds