Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/inetcomm/
H A Dmimeintl.c151 HCHARSET hcs, hcs_windows_1252, hcs_windows_1251; in test_charset() local
170 hr = IMimeInternational_FindCharset(internat, "windows-1251", &hcs_windows_1251); in test_charset()
172 ok(hcs_windows_1252 != hcs_windows_1251, "got the same hcharset for the different names\n"); in test_charset()
205 HCHARSET hcs_default, hcs, hcs_windows_1251; in test_defaultcharset() local
216 hr = IMimeInternational_FindCharset(internat, "windows-1251", &hcs_windows_1251); in test_defaultcharset()
218 hr = IMimeInternational_SetDefaultCharset(internat, hcs_windows_1251); in test_defaultcharset()
222 ok(hcs == hcs_windows_1251, "didn't retrieve recently set default\n"); in test_defaultcharset()