Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dwintzimpl.h32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
Dwindtfmt.cpp295 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) { in setTimeZoneInfo()
302 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) { in setTimeZoneInfo()
Dwintzimpl.cpp148 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) in uprv_getWindowsTimeZoneInfo() function
/external/icu4c/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()