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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 399 String shortZoneID = ZoneMeta.getShortID(id);
400 if (shortZoneID == null) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 481 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid);
482 if (shortZoneID == NULL) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 395 String shortZoneID = ZoneMeta.getShortID(id);
396 if (shortZoneID == null) {
    [all...]

Completed in 133 milliseconds