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

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

Completed in 726 milliseconds