/reactos/dll/cpl/intl/ |
H A D | sort.c | 35 if (lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH), SORT_DEFAULT) || in IsSortPageNeeded() 36 lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN), SORT_DEFAULT)) in IsSortPageNeeded() 85 if (lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH), SORT_DEFAULT) || in CreateSortList() 86 lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN), SORT_DEFAULT)) in CreateSortList()
|
H A D | advanced.c | 202 if (lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH), SORT_DEFAULT) || in LocalesEnumProc() 203 lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN), SORT_DEFAULT)) in LocalesEnumProc() 297 …GetLocaleInfoW(MAKELCID(pGlobalData->SystemLCID, SORT_DEFAULT), LOCALE_IDEFAULTCODEPAGE, szDefCP, … in SaveFontSubstitutionSettings() 348 …ret = GetLocaleInfoW(MAKELCID(pGlobalData->SystemLCID, SORT_DEFAULT), LOCALE_IDEFAULTCODEPAGE, OEM… in SaveSystemSettings() 355 …ret = GetLocaleInfoW(MAKELCID(pGlobalData->SystemLCID, SORT_DEFAULT), LOCALE_IDEFAULTANSICODEPAGE,… in SaveSystemSettings()
|
H A D | kblayouts.c | 138 …GetLocaleInfoW(MAKELCID(lcid, SORT_DEFAULT), LOCALE_ILANGUAGE, Lang, sizeof(Lang) / sizeof(WCHAR)); in AddNewLayout() 198 …GetLocaleInfoW(MAKELCID(Lcid, SORT_DEFAULT), LOCALE_ILANGUAGE, szLang, sizeof(szLang) / sizeof(WCH… in AddNewKbLayoutsByLcid()
|
H A D | generalp.c | 65 if (lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH), SORT_DEFAULT) || in GeneralPropertyPageLocalesEnumProc() 66 lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN), SORT_DEFAULT)) in GeneralPropertyPageLocalesEnumProc()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | varformat.c | 584 lcid = MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT); in test_VarFormatFromTokens() 592 lcid = MAKELCID(MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN), SORT_DEFAULT); in test_VarFormatFromTokens() 605 lcid = MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT); in test_VarFormatFromTokens() 613 lcid = MAKELCID(MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN), SORT_DEFAULT); in test_VarFormatFromTokens() 626 lcid = MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT); in test_VarFormatFromTokens() 634 lcid = MAKELCID(MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN), SORT_DEFAULT); in test_VarFormatFromTokens() 654 … hr = GetAltMonthNames(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), &str); in test_GetAltMonthNames() 659 …hr = GetAltMonthNames(MAKELCID(MAKELANGID(LANG_ARABIC, SUBLANG_ARABIC_EGYPT), SORT_DEFAULT), &str); in test_GetAltMonthNames() 664 …hr = GetAltMonthNames(MAKELCID(MAKELANGID(LANG_ARABIC, SUBLANG_ARABIC_EGYPT), SORT_DEFAULT), &str2… in test_GetAltMonthNames() 669 hr = GetAltMonthNames(MAKELCID(MAKELANGID(LANG_RUSSIAN, SUBLANG_DEFAULT), SORT_DEFAULT), &str); in test_GetAltMonthNames() [all …]
|
H A D | vartype.c | 605 in = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in test_VarI1FromStr() 835 in = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in test_VarUI1FromStr() 872 in = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in test_VarUI1FromDisp() 1134 in = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in test_VarI2FromStr() 1364 in = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in test_VarUI2FromStr() 1598 in = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in test_VarI4FromStr() 1821 in = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in test_VarUI4FromStr() 2052 in = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in test_VarI8FromStr() 3125 lcid = MAKELCID(MAKELANGID(LANG_GERMAN,SUBLANG_GERMAN),SORT_DEFAULT); in test_VarDateFromStr() 3133 lcid = MAKELCID(MAKELANGID(LANG_SPANISH,SUBLANG_SPANISH),SORT_DEFAULT); in test_VarDateFromStr() [all …]
|
H A D | olefont.c | 228 LCID en_us = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US), in test_type_info() 546 LCID en_us = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US), in test_GetIDsOfNames() 548 LCID fr_fr = MAKELCID(MAKELANGID(LANG_FRENCH,SUBLANG_FRENCH), in test_GetIDsOfNames()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | locale.c | 250 MAKELCID(MAKELANGID(LANG_AZERI, SUBLANG_AZERI_LATIN), SORT_DEFAULT) }, 252 MAKELCID(MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN), SORT_DEFAULT) }, 254 MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT) }, 262 MAKELCID(MAKELANGID(LANG_ITALIAN, SUBLANG_ITALIAN), SORT_DEFAULT) }, 266 MAKELCID(MAKELANGID(LANG_DUTCH, SUBLANG_DUTCH), SORT_DEFAULT) }, 272 MAKELCID(MAKELANGID(LANG_SWEDISH, SUBLANG_SWEDISH), SORT_DEFAULT) }, 274 MAKELCID(MAKELANGID(LANG_UZBEK, SUBLANG_UZBEK_LATIN), SORT_DEFAULT) }, 339 lcid = MAKELCID(langid, SORT_DEFAULT); in test_GetLocaleInfoW() 1587 lcid = MAKELCID(MAKELANGID(LANG_FRENCH, SUBLANG_DEFAULT), SORT_DEFAULT); in test_GetNumberFormatA() 3472 #define MKLCID(x,y,z) MAKELCID(MAKELANGID(x, y), z) [all …]
|
H A D | codepage.c | 1039 …static const LCID ENGLISH = MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_… in test_threadcp() 1040 …static const LCID HINDI = MAKELCID(MAKELANGID(LANG_HINDI, SUBLANG_HINDI_INDIA), SORT_… in test_threadcp() 1041 …static const LCID GEORGIAN = MAKELCID(MAKELANGID(LANG_GEORGIAN, SUBLANG_GEORGIAN_GEORGIA), SORT_… in test_threadcp() 1042 …static const LCID RUSSIAN = MAKELCID(MAKELANGID(LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA), SORT_… in test_threadcp() 1043 …static const LCID JAPANESE = MAKELCID(MAKELANGID(LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN), SORT_… in test_threadcp() 1044 …static const LCID CHINESE = MAKELCID(MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED), SORT_… in test_threadcp()
|
/reactos/sdk/include/xdk/ |
H A D | ntbasedef.h | 938 #define MAKELCID(lgid, srtid) (($ULONG)(((($ULONG)((USHORT)(srtid))) << 16) | \ macro 941 (($ULONG)((MAKELCID(lgid, srtid)) | \ 1386 #define LOCALE_SYSTEM_DEFAULT MAKELCID(LANG_SYSTEM_DEFAULT, SORT_DEFAULT) 1387 #define LOCALE_USER_DEFAULT MAKELCID(LANG_USER_DEFAULT, SORT_DEFAULT) 1388 #define LOCALE_CUSTOM_DEFAULT MAKELCID(MAKELANGID(LANG_NEUTRAL, SUBLANG_CUSTOM_DEFAULT), SORT_D… 1389 #define LOCALE_CUSTOM_UNSPECIFIED MAKELCID(MAKELANGID(LANG_NEUTRAL, SUBLANG_CUSTOM_UNSPECIFIED), SO… 1390 #define LOCALE_CUSTOM_UI_DEFAULT MAKELCID(MAKELANGID(LANG_NEUTRAL, SUBLANG_UI_CUSTOM_DEFAULT), SOR… 1391 #define LOCALE_NEUTRAL MAKELCID(MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL), SORT_DEFAULT) 1392 #define LOCALE_INVARIANT MAKELCID(MAKELANGID(LANG_INVARIANT, SUBLANG_NEUTRAL), SORT_DEFAUL…
|
/reactos/drivers/wdm/audio/drivers/CMIDriver/cmicontrol/ |
H A D | main.cpp | 130 …if ((CompareString(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), NORM_IGNO… in findWaveDeviceID() 131 …(CompareString(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), NORM_IGNORECA… in findWaveDeviceID() 226 …if ((CompareString(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), NORM_IGNO… in DSEnumProc() 227 …(CompareString(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), NORM_IGNORECA… in DSEnumProc() 233 …if (CompareString(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), NORM_IGNOR… in DSEnumProc() 338 …if (CompareString(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), NORM_IGNOR… in getDeviceInfo()
|
/reactos/modules/rostests/unittests/interop/ |
H A D | LocaleTests.cpp | 133 MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT), SORT_DEFAULT)); in GetLocalisedText() 347 SetLocale(MAKELCID(lang, SORT_DEFAULT)); in TEST_LocaleTests()
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | locale.c | 601 GetLocaleInfoA(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), in test_setlocale() 610 GetLocaleInfoA(MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT), in test_setlocale() 713 size = GetLocaleInfoA(MAKELCID(LANG_ENGLISH, SORT_DEFAULT), in test__Gettnames() 727 size = GetLocaleInfoA(MAKELCID(LANG_GERMAN, SORT_DEFAULT), in test__Gettnames()
|
/reactos/base/system/userinit/ |
H A D | livecd.c | 176 if (lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH), SORT_DEFAULT) || in LocalesEnumProc() 177 lcid == MAKELCID(MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN), SORT_DEFAULT)) in LocalesEnumProc()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | JapaneseCalendar.c | 33 LCID lcid = MAKELCID(langid, SORT_DEFAULT); in START_TEST()
|
H A D | ConsoleCP.c | 27 static const LCID lcidJapanese = MAKELCID(MAKELANGID(LANG_JAPANESE, SUBLANG_DEFAULT), SORT_DEFAULT); 28 static const LCID lcidRussian = MAKELCID(MAKELANGID(LANG_RUSSIAN , SUBLANG_DEFAULT), SORT_DEFAULT);
|
/reactos/base/applications/dxdiag/ |
H A D | network.c | 165 …if (GetLocaleInfoW(MAKELCID(lang, SORT_DEFAULT), LOCALE_SLANGUAGE, &szVer[VerSize], szVerSize-VerS… in GetFileVersion()
|
/reactos/ntoskrnl/ex/ |
H A D | locale.c | 361 Status = ExpValidateNlsLocaleId(MAKELCID(LanguageId, SORT_DEFAULT)); in ExpSetCurrentUserUILanguage()
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | locale.c | 395 LCID lcid = MAKELCID( lang, SORT_DEFAULT ); /* FIXME: handle sort order */ in find_locale_id_callback() 492 name->lcid = MAKELCID( MAKELANGID(LANG_ENGLISH,SUBLANG_DEFAULT), SORT_DEFAULT ); in parse_locale_name() 1126 lcid_LC_CTYPE = MAKELCID( MAKELANGID(LANG_ENGLISH,SUBLANG_DEFAULT), SORT_DEFAULT ); in setup_unix_locales() 2899 lcid = MAKELCID(langid, SORTIDFROMLCID(lcid)); in ConvertDefaultLocale() 3024 GetLocaleInfoW( MAKELCID( lang, SORT_DEFAULT ), LOCALE_SNAME | LOCALE_NOUSEROVERRIDE, in enum_locale_ex_proc() 3026 if (!GetLocaleInfoW( MAKELCID( lang, SORT_DEFAULT ), in enum_locale_ex_proc() 3075 return GetLocaleInfoA( MAKELCID(wLang, SORT_DEFAULT), LOCALE_SENGLANGUAGE, szLang, nSize ); in VerLanguageNameA() 3086 return GetLocaleInfoW( MAKELCID(wLang, SORT_DEFAULT), LOCALE_SENGLANGUAGE, szLang, nSize ); in VerLanguageNameW()
|
/reactos/sdk/lib/crt/locale/ |
H A D | locale.c | 146 const LCID lcid = MAKELCID(LangID, SORT_DEFAULT); in find_best_locale_proc() 252 lcid = MAKELCID(search.found_lang_id, SORT_DEFAULT); in MSVCRT_locale_to_LCID() 1208 lcid_tmp = lcid[MSVCRT_LC_TIME] ? lcid[MSVCRT_LC_TIME] : MAKELCID(LANG_ENGLISH, SORT_DEFAULT); in MSVCRT__create_locale()
|
/reactos/modules/rostests/winetests/wbemdisp/ |
H A D | wbemdisp.c | 32 static const LCID english = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT);
|
/reactos/dll/win32/jscript/ |
H A D | date.c | 525 lcid_en = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in date_to_string() 735 lcid_en = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in create_utc_string() 812 lcid_en = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in dateobj_to_date_string() 2093 lcid_en = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); in date_parse()
|
H A D | jsutils.c | 745 …hres = VariantChangeTypeEx(&strv, &v, MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DE… in double_to_string()
|
/reactos/base/applications/rapps/ |
H A D | appinfo.cpp | 220 const LCID lcEnglish = MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT), SORT_DEFAULT); in InsertLanguageInfo()
|
/reactos/win32ss/user/winsrv/usersrv/ |
H A D | harderror.c | 1200 CurrentUserLCID = MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT); in UserInitHardErrorsCache()
|