Searched refs:GetSystemDefaultLangID (Results 1 – 14 of 14) sorted by relevance
/reactos/modules/rostests/apitests/imm32/ |
H A D | ImmGetImeInfoEx.c | 43 LANGID LangID = GetSystemDefaultLangID(); in START_TEST()
|
H A D | JapanImeConvTest.h | 260 if (PRIMARYLANGID(GetSystemDefaultLangID()) != LANG_JAPANESE) in START_TEST()
|
/reactos/dll/win32/version/ |
H A D | version.c | 139 pos = push_language( list, pos, GetSystemDefaultLangID() ); in find_entry_language() 140 …pos = push_language( list, pos, MAKELANGID( PRIMARYLANGID(GetSystemDefaultLangID()), SUBLANG_NEUTR… in find_entry_language() 141 …pos = push_language( list, pos, MAKELANGID( PRIMARYLANGID(GetSystemDefaultLangID()), SUBLANG_DEFAU… in find_entry_language()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | GetFontResourceInfoW.c | 481 if (PRIMARYLANGID(GetSystemDefaultLangID()) == LANG_JAPANESE) in START_TEST()
|
/reactos/dll/win32/msi/ |
H A D | package.c | 887 langid = GetSystemDefaultLangID(); in set_installer_properties() 1202 langid = MAKELANGID( PRIMARYLANGID( GetSystemDefaultLangID() ), SUBLANGID( langid ) ); in validate_package() 1206 langid = MAKELANGID( PRIMARYLANGID( langid ), SUBLANGID( GetSystemDefaultLangID() ) ); in validate_package()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 110 system_lang_id = PRIMARYLANGID(GetSystemDefaultLangID()); in init() 3399 broken(PRIMARYLANGID(GetSystemDefaultLangID()) != LANG_ENGLISH), in expect_ff() 3824 sys_lang_non_english = PRIMARYLANGID(GetSystemDefaultLangID()) != LANG_ENGLISH; in test_text_metrics() 5540 …t = get_ttf_nametable_entry(hdc, TT_NAME_ID_FONT_FAMILY, bufW, buf_size, GetSystemDefaultLangID()); in test_fullname2_helper() 5551 …ret = get_ttf_nametable_entry(hdc, TT_NAME_ID_FULL_NAME, bufW, buf_size, GetSystemDefaultLangID()); in test_fullname2_helper() 5562 … get_ttf_nametable_entry(hdc, TT_NAME_ID_FONT_SUBFAMILY, bufW, buf_size, GetSystemDefaultLangID()); in test_fullname2_helper() 5572 …ret = get_ttf_nametable_entry(hdc, TT_NAME_ID_UNIQUE_ID, bufW, buf_size, GetSystemDefaultLangID()); in test_fullname2_helper()
|
/reactos/sdk/include/psdk/ |
H A D | winnls.h | 898 LANGID WINAPI GetSystemDefaultLangID(void);
|
/reactos/dll/win32/gdiplus/ |
H A D | font.c | 1428 LANGID lang = GetSystemDefaultLangID(); in load_ttf_name_id()
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | locale.c | 1194 LANGID WINAPI GetSystemDefaultLangID(void) in GetSystemDefaultLangID() function 4435 langId = GetSystemDefaultLangID(); in NLS_GetLanguageGroupName()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 2610 if (PRIMARYLANGID(GetSystemDefaultLangID()) != LANG_ENGLISH) in test_LookupAccountName() 2747 if (PRIMARYLANGID(GetSystemDefaultLangID()) != LANG_ENGLISH) in test_LookupAccountName() 3356 if (PRIMARYLANGID(GetSystemDefaultLangID()) != LANG_ENGLISH) in test_SetEntriesInAclW() 3487 if (PRIMARYLANGID(GetSystemDefaultLangID()) != LANG_ENGLISH) in test_SetEntriesInAclA()
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 598 @ stdcall GetSystemDefaultLangID() function
|
/reactos/dll/win32/wbemprox/ |
H A D | builtin.c | 4072 rec->oslanguage = GetSystemDefaultLangID(); in fill_operatingsystem()
|
/reactos/modules/rostests/winetests/msi/ |
H A D | install.c | 5600 if (GetSystemDefaultLangID() == MAKELANGID( LANG_ENGLISH, SUBLANG_ENGLISH_US )) in test_package_validation()
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 2519 WORD system_lang_id = PRIMARYLANGID(GetSystemDefaultLangID()); in test_ScriptGetFontProperties()
|