Searched refs:localeW (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | locale.c | 43 static const WCHAR localeW[] = {'e','n','-','U','S',0}; variable 700 ret = pGetTimeFormatEx(localeW, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 706 ret = pGetTimeFormatEx(localeW, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 729 ret = pGetTimeFormatEx(localeW, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 735 ret = pGetTimeFormatEx(localeW, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 740 ret = pGetTimeFormatEx(localeW, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 756 ret = pGetTimeFormatEx(localeW, 0, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 762 ret = pGetTimeFormatEx(localeW, 0, &curtime, input, buffer, 0); in test_GetTimeFormatEx() 1000 ret = pGetDateFormatEx(localeW, DATE_LONGDATE, NULL, in test_GetDateFormatEx() 1013 ret = pGetDateFormatEx(localeW, 0, NULL, input, NULL, 0, NULL); in test_GetDateFormatEx() [all …]
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | locale.c | 843 static const WCHAR localeW[] = {'L','o','c','a','l','e',0}; in LOCALE_InitRegistry() local 912 locale_update_registry( hkey, localeW, lcid_LC_MESSAGES, lc_messages_values, in LOCALE_InitRegistry()
|