Home
last modified time | relevance | path

Searched refs:_createTimeZone (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() function
88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone()
114 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings()
162 : _createTimeZone(zoneID, len, status), *status); in ucal_open()
223 : _createTimeZone(zoneID, len, status); in ucal_setTimeZone()
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp36 _createTimeZone(const char16_t* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() function
89 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone()
115 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings()
163 : _createTimeZone(zoneID, len, status), *status); in ucal_open()
224 : _createTimeZone(zoneID, len, status); in ucal_setTimeZone()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() function
88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone()
114 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings()
162 : _createTimeZone(zoneID, len, status), *status); in ucal_open()
223 : _createTimeZone(zoneID, len, status); in ucal_setTimeZone()

Completed in 5 milliseconds