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 79 UnicodeString zoneID;
83 tz->getID(zoneID);
84 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) {
86 int32_t ec = TimeZone::countEquivalentIDs(zoneID);
89 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z);
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 373 UnicodeString zoneID;
375 zone.getID(zoneID);
377 if (zoneID.compare(fZoneID) != 0) {
399 return zoneID;
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 589 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE];
605 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1);
606 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0;
607 ucal_setDefaultTimeZone(zoneID, status);
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 326 milliseconds