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

  /external/icu/icu4c/source/test/intltest/
windttst.cpp 75 UnicodeString zoneID;
79 tz->getID(zoneID);
80 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) {
82 int32_t ec = TimeZone::countEquivalentIDs(zoneID);
85 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z);
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 288 UnicodeString zoneID;
290 zone.getID(zoneID);
292 if (zoneID.compare(fZoneID) != 0) {
314 return zoneID;
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 579 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE];
595 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1);
596 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0;
597 ucal_setDefaultTimeZone(zoneID, status);
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 93 milliseconds