Searched defs:zoneID (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwindttst.cpp75 UnicodeString zoneID; local
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/test/intltest/
H A Dwindttst.cpp75 UnicodeString zoneID; local
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/chromium_org/third_party/icu/source/i18n/
H A Dwindtfmt.cpp288 UnicodeString zoneID; local
290 zone.getID(zoneID);
292 if (zoneID.compare(fZoneID) != 0) {
314 return zoneID;
H A Ducal.cpp32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { argument
35 // Note that if zoneID is invalid, we get back GMT. This odd
38 int32_t l = (len<0 ? u_strlen(zoneID) : len);
40 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */
84 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { argument
85 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { argument
94 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
131 ucal_open( const UChar* zoneID, argument
140 TimeZone* zone = (zoneID
186 ucal_setTimeZone( UCalendar* cal, const UChar* zoneID, int32_t len, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c579 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE]; local
595 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1);
596 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0;
597 ucal_setDefaultTimeZone(zoneID, status);
/external/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp288 UnicodeString zoneID; local
290 zone.getID(zoneID);
292 if (zoneID.compare(fZoneID) != 0) {
314 return zoneID;
H A Ducal.cpp32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { argument
35 // Note that if zoneID is invalid, we get back GMT. This odd
38 int32_t l = (len<0 ? u_strlen(zoneID) : len);
40 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */
84 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { argument
85 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { argument
94 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
131 ucal_open( const UChar* zoneID, argument
140 TimeZone* zone = (zoneID
186 ucal_setTimeZone( UCalendar* cal, const UChar* zoneID, int32_t len, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c579 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE]; local
595 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1);
596 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0;
597 ucal_setDefaultTimeZone(zoneID, status);

Completed in 192 milliseconds