Searched refs:short_day (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | locale.c | 827 char short_day[10], month[10], genitive_month[10]; in test_GetDateFormatA() local 922 strcpy(short_day, buffer); in test_GetDateFormatA() 931 sprintf(Expected, "%s%s 04", month, short_day); in test_GetDateFormatA() 937 sprintf(Expected, "%s%s", month, short_day); in test_GetDateFormatA() 952 sprintf(Expected, "%s04 %s", genitive_month, short_day); in test_GetDateFormatA() 953 sprintf(Broken, "%s04 %s", month, short_day); in test_GetDateFormatA() 961 sprintf(Expected, "04 %s%s", short_day, month); in test_GetDateFormatA() 967 sprintf(Expected, "04 %s%s %s %s04", short_day, month, short_day, genitive_month); in test_GetDateFormatA() 968 sprintf(Broken, "04 %s%s %s %s04", short_day, month, short_day, month); in test_GetDateFormatA() 977 sprintf(Expected, "%s, %s 04", short_day, genitive_month); in test_GetDateFormatA() [all …]
|