Searched refs:_createTimeZone (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 35 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { in _createTimeZone() function 88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() 97 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings() 144 : _createTimeZone(zoneID, len, status); in ucal_open() 199 : _createTimeZone(zoneID, len, status); in ucal_setTimeZone()
|