Searched refs:date_fmt_bufW (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | locale.c | 3730 static WCHAR date_fmt_bufW[1024]; variable 3741 lstrcatW(date_fmt_bufW, fmt); in enum_datetime_procW() 3858 date_fmt_bufW[0] = 0; in test_EnumTimeFormatsW() 3863 ok(!lstrcmpW(date_fmt_bufW, bufW), "expected \"%s\" got \"%s\"\n", wine_dbgstr_w(date_fmt_bufW), in test_EnumTimeFormatsW() 3866 date_fmt_bufW[0] = 0; in test_EnumTimeFormatsW() 3871 ok(!lstrcmpW(date_fmt_bufW, bufW), "expected \"%s\" got \"%s\"\n", wine_dbgstr_w(date_fmt_bufW), in test_EnumTimeFormatsW() 3875 date_fmt_bufW[0] = 0; in test_EnumTimeFormatsW() 3885 … ok(!lstrcmpW(date_fmt_bufW, bufW), "expected \"%s\" got \"%s\"\n", wine_dbgstr_w(date_fmt_bufW), in test_EnumTimeFormatsW()
|