Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducal.cpp32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() function
85 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone()
94 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings()
141 : _createTimeZone(zoneID, len, status); in ucal_open()
196 : _createTimeZone(zoneID, len, status); in ucal_setTimeZone()