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

/external/icu4c/i18n/
H A Ducal.cpp29 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { function
75 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
84 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
130 : _createTimeZone(zoneID, len, status);
182 : _createTimeZone(zoneID, len, status);

Completed in 10 milliseconds