Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp84 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) { in testLocales()
91 found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length()); in testLocales()
/external/icu/icu4c/source/i18n/
Dwintzimpl.h34 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
Dwindtfmt.cpp381 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) { in setTimeZoneInfo()
388 found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length()); in setTimeZoneInfo()
Dwintzimpl.cpp152 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) in uprv_getWindowsTimeZoneInfo() function