Home
last modified time | relevance | path

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

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