/third_party/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 79 UnicodeString zoneID; in testLocales() local 83 tz->getID(zoneID); in testLocales() 84 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) { in testLocales() 86 int32_t ec = TimeZone::countEquivalentIDs(zoneID); in testLocales() 89 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z); in testLocales()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | ucal.cpp | 35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() argument 41 int32_t l = (len<0 ? u_strlen(zoneID) : len); in _createTimeZone() 43 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */ in _createTimeZone() 87 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone() argument 88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() 95 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() argument 97 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings() 134 ucal_open( const UChar* zoneID, in ucal_open() argument 143 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault() in ucal_open() 144 : _createTimeZone(zoneID, len, status); in ucal_open() [all …]
|
D | windtfmt.cpp | 373 UnicodeString zoneID; in setTimeZoneInfo() local 375 zone.getID(zoneID); in setTimeZoneInfo() 377 if (zoneID.compare(fZoneID) != 0) { in setTimeZoneInfo() 400 return zoneID; in setTimeZoneInfo()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ucal.cpp | 35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() argument 41 int32_t l = (len<0 ? u_strlen(zoneID) : len); in _createTimeZone() 43 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */ in _createTimeZone() 87 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone() argument 88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() 112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() argument 114 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings() 151 ucal_open( const UChar* zoneID, in ucal_open() argument 161 LocalPointer<TimeZone> zone( (zoneID==nullptr) ? TimeZone::createDefault() in ucal_open() 162 : _createTimeZone(zoneID, len, status), *status); in ucal_open() [all …]
|
D | windtfmt.cpp | 374 UnicodeString zoneID; in setTimeZoneInfo() local 376 zone.getID(zoneID); in setTimeZoneInfo() 378 if (zoneID.compare(fZoneID) != 0) { in setTimeZoneInfo() 401 return zoneID; in setTimeZoneInfo()
|
/third_party/icu/icu4c/source/i18n/ |
D | ucal.cpp | 35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() argument 41 int32_t l = (len<0 ? u_strlen(zoneID) : len); in _createTimeZone() 43 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */ in _createTimeZone() 87 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone() argument 88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() 112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() argument 114 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings() 151 ucal_open( const UChar* zoneID, in ucal_open() argument 161 LocalPointer<TimeZone> zone( (zoneID==nullptr) ? TimeZone::createDefault() in ucal_open() 162 : _createTimeZone(zoneID, len, status), *status); in ucal_open() [all …]
|
D | windtfmt.cpp | 379 UnicodeString zoneID; in setTimeZoneInfo() local 381 zone.getID(zoneID); in setTimeZoneInfo() 383 if (zoneID.compare(fZoneID) != 0) { in setTimeZoneInfo() 406 return zoneID; in setTimeZoneInfo()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ucal.cpp | 35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() argument 41 int32_t l = (len<0 ? u_strlen(zoneID) : len); in _createTimeZone() 43 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */ in _createTimeZone() 87 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) { in ucal_setDefaultTimeZone() argument 88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() 112 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() argument 114 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings() 151 ucal_open( const UChar* zoneID, in ucal_open() argument 161 LocalPointer<TimeZone> zone( (zoneID==nullptr) ? TimeZone::createDefault() in ucal_open() 162 : _createTimeZone(zoneID, len, status), *status); in ucal_open() [all …]
|
D | windtfmt.cpp | 374 UnicodeString zoneID; in setTimeZoneInfo() local 376 zone.getID(zoneID); in setTimeZoneInfo() 378 if (zoneID.compare(fZoneID) != 0) { in setTimeZoneInfo() 401 return zoneID; in setTimeZoneInfo()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | ucal.h | 650 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec); 669 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec); 704 ucal_open(const UChar* zoneID, 761 const UChar* zoneID,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | ucal.h | 663 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec); 714 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec); 749 ucal_open(const UChar* zoneID, 806 const UChar* zoneID,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 663 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec); 714 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec); 749 ucal_open(const UChar* zoneID, 806 const UChar* zoneID,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | ucal.h | 663 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec); 714 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec); 749 ucal_open(const UChar* zoneID, 806 const UChar* zoneID,
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 589 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE]; in ctest_setTimeZone() local 605 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1); in ctest_setTimeZone() 606 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0; in ctest_setTimeZone() 607 ucal_setDefaultTimeZone(zoneID, status); in ctest_setTimeZone()
|
/third_party/icu/tools/multi/proj/provider/glue/ |
D | oicu.h | 117 OICU_ucal_open(const UChar* zoneID,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 371 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias() argument 372 return purportedAliases.contains(zoneID); in isPurportedAlias()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 374 public boolean isPurportedAlias(String zoneID) { in isPurportedAlias() argument 375 return purportedAliases.contains(zoneID); in isPurportedAlias()
|