Home
last modified time | relevance | path

Searched refs:langid (Results 1 – 25 of 26) sorted by relevance

12

/reactos/dll/win32/msctf/
H A Dinputprocessor.c86 LANGID langid; member
219 static void add_userkey( REFCLSID rclsid, LANGID langid, in add_userkey() argument
365 swprintf(fullkey,fmt2,szwLngp,langid,buf); in InputProcessorProfiles_AddLanguageProfile()
380 add_userkey(rclsid, langid, guidProfile); in InputProcessorProfiles_AddLanguageProfile()
518 langid, guidProfiles, &enabled); in InputProcessorProfiles_ActivateLanguageProfile()
526 LanguageProfile.langid = langid; in InputProcessorProfiles_ActivateLanguageProfile()
547 *plangid = profile.langid; in InputProcessorProfiles_GetActiveLanguageProfile()
622 TRACE("(%p) %x %p\n",This,langid,ppEnum); in InputProcessorProfiles_EnumLanguageProfiles()
829 TRACE("(%p)->(%x %p)\n", This, langid, ppEnum); in InputProcessorProfileMgr_EnumProfiles()
1222 tflp->langid = This->langid; in next_LanguageProfile()
[all …]
/reactos/modules/rostests/winetests/dinput/
H A Dkeyboard.c47 static HKL activate_keyboard_layout(LANGID langid, HKL *hkl_orig) in activate_keyboard_layout() argument
52 sprintf(hkl_name, "%08x", langid); in activate_keyboard_layout()
65 if (LOWORD(hkl_current) != langid) in activate_keyboard_layout()
73 skip("current %08x != langid %08x\n", LOWORD(hkl_current), langid); in activate_keyboard_layout()
315 static void test_dik_codes(IDirectInputA *dI, HWND hwnd, LANGID langid) in test_dik_codes() argument
342 LANGID langid; in test_dik_codes() member
366 if (expected[i].langid == langid) in test_dik_codes()
372 ok(map != NULL, "can't find mapping for langid %04x\n", langid); in test_dik_codes()
386 GET_DIDEVICE_SUBTYPE(caps.dwDevType), langid); in test_dik_codes()
390 hkl = activate_keyboard_layout(langid, &hkl_orig); in test_dik_codes()
[all …]
/reactos/modules/rostests/apitests/shlwapi/
H A DStrFormatByteSizeW.c68 LANGID langid = PRIMARYLANGID(GetUserDefaultLangID()); in is_locale_english() local
71 return langid == LANG_ENGLISH || langid == LANG_DUTCH; in is_locale_english()
/reactos/sdk/include/psdk/
H A Dmsctf.idl159 LANGID langid;
559 [in] LANGID langid,
569 [in] LANGID langid,
576 [in] LANGID langid,
582 [in] LANGID langid,
588 [in] LANGID langid,
598 [in] LANGID langid,
613 [in] LANGID langid,
618 [in] LANGID langid,
624 [in] LANGID langid,
[all …]
H A Dctffunc.idl185 [in] LANGID langid,
198 [in] LANGID langid,
212 [in] LANGID langid,
295 [in] LANGID langid,
331 [in] LANGID langid,
H A Dusp10.h107 DWORD langid :16; member
/reactos/dll/cpl/intl/
H A Dkblayouts.c26 LANGID langid; in IsLayoutExists() local
42 langid = (LANGID)wcstoul(szPreload, NULL, 16); in IsLayoutExists()
43 GetLocaleInfoW(langid, LOCALE_ILANGUAGE, szTmp, sizeof(szTmp) / sizeof(WCHAR)); in IsLayoutExists()
/reactos/modules/rostests/apitests/kernel32/
H A DJapaneseCalendar.c32 DWORD langid = MAKELANGID(LANG_JAPANESE, SUBLANG_DEFAULT); in START_TEST() local
33 LCID lcid = MAKELCID(langid, SORT_DEFAULT); in START_TEST()
50 trace("langid: 0x%04lX\n", langid); in START_TEST()
/reactos/dll/win32/qmgr/
H A Dqmgr.c116 HRESULT hr, DWORD langid, LPWSTR *error_description) in BackgroundCopyManager_GetErrorDescription() argument
118 FIXME("(0x%08x 0x%x %p): stub\n", hr, langid, error_description); in BackgroundCopyManager_GetErrorDescription()
/reactos/dll/win32/msi/
H A Dpackage.c642 LANGID langid; in set_installer_properties() local
883 langid = GetUserDefaultLangID(); in set_installer_properties()
884 len = swprintf( bufstr, ARRAY_SIZE(bufstr), L"%d", langid ); in set_installer_properties()
887 langid = GetSystemDefaultLangID(); in set_installer_properties()
888 len = swprintf( bufstr, ARRAY_SIZE(bufstr), L"%d", langid ); in set_installer_properties()
1198 LANGID langid = package->langids[i]; in validate_package() local
1200 if (PRIMARYLANGID( langid ) == LANG_NEUTRAL) in validate_package()
1202 langid = MAKELANGID( PRIMARYLANGID( GetSystemDefaultLangID() ), SUBLANGID( langid ) ); in validate_package()
1204 if (SUBLANGID( langid ) == SUBLANG_NEUTRAL) in validate_package()
1206 langid = MAKELANGID( PRIMARYLANGID( langid ), SUBLANGID( GetSystemDefaultLangID() ) ); in validate_package()
[all …]
H A Dinstall.c1543 LANGID langid; in MsiGetLanguage() local
1555 langid = remote_GetLanguage(remote); in MsiGetLanguage()
1559 langid = 0; in MsiGetLanguage()
1563 return langid; in MsiGetLanguage()
1566 langid = msi_get_property_int( package->db, L"ProductLanguage", 0 ); in MsiGetLanguage()
1568 return langid; in MsiGetLanguage()
H A Dpatch.c34 static BOOL match_language( MSIPACKAGE *package, LANGID langid ) in match_language() argument
38 if (!package->num_langids || !langid) return TRUE; in match_language()
41 if (package->langids[i] == langid) return TRUE; in match_language()
H A Daction.c4038 DWORD langid; in publish_product_properties() local
4044 langid = msi_get_property_int(package->db, L"ProductLanguage", 0); in publish_product_properties()
4045 msi_reg_set_val_dword(hkey, INSTALLPROPERTY_LANGUAGEW, langid); in publish_product_properties()
4911 DWORD size, langid; in publish_install_properties() local
4960 langid = msi_get_property_int(package->db, L"ProductLanguage", 0); in publish_install_properties()
4961 msi_reg_set_val_dword(hkey, INSTALLPROPERTY_LANGUAGEW, langid); in publish_install_properties()
/reactos/dll/ime/msctfime/
H A Dbridge.cpp548 hr = pFnConfigure->Show(hWnd, profile.langid, profile.guidProfile); in ConfigureGeneral()
595 hr = pFunction->Show(hWnd, profile.langid, profile.guidProfile, bstrWord); in ConfigureRegisterWord()
601 hr = pFunction->Show(hWnd, profile.langid, profile.guidProfile, NULL); in ConfigureRegisterWord()
/reactos/sdk/lib/ucrt/locale/
H A Dgetqloc_downlevel.cpp736 LANGID langid = LANGIDFROMLCID(lcid); in TestDefaultCountry() local
741 if (langid == __rglangidNotDefault[i]) in TestDefaultCountry()
/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c2855 LANGID WINAPI SetThreadUILanguage( LANGID langid ) in SetThreadUILanguage() argument
2857 TRACE("(0x%04x) stub - returning success\n", langid); in SetThreadUILanguage()
2858 return langid; in SetThreadUILanguage()
2879 LANGID langid; in ConvertDefaultLocale() local
2895 langid = LANGIDFROMLCID(lcid); in ConvertDefaultLocale()
2896 if (SUBLANGID(langid) == SUBLANG_NEUTRAL) in ConvertDefaultLocale()
2898 langid = get_default_sublang( langid ); in ConvertDefaultLocale()
2899 lcid = MAKELCID(langid, SORTIDFROMLCID(lcid)); in ConvertDefaultLocale()
H A Dnls.c2467 BOOL WINAPI IsValidUILanguage(LANGID langid) in IsValidUILanguage() argument
/reactos/modules/rostests/winetests/user32/
H A Dinput.c3136 LANGID langid; in test_GetKeyboardLayoutList() local
3139 langid = PRIMARYLANGID(LANGIDFROMLCID(baselayout)); in test_GetKeyboardLayoutList()
3140 if (langid == LANG_CHINESE || langid == LANG_JAPANESE || langid == LANG_KOREAN) in test_GetKeyboardLayoutList()
/reactos/modules/rostests/winetests/msctf/
H A Dinputprocessor.c753 DWORD dwProfileType, LANGID langid, REFCLSID clsid, REFGUID catid, in ProfileActivationSink_OnActivated() argument
757 dwProfileType, langid, wine_dbgstr_guid(clsid), in ProfileActivationSink_OnActivated()
1154 ok(profile.langid == gLangid, "LangId Incorrect\n"); in test_EnumLanguageProfiles()
/reactos/dll/win32/oleaut32/
H A Doleaut.c793 LANGID langid; member
/reactos/modules/rostests/winetests/kernel32/
H A Dlocale.c334 LANGID langid; in test_GetLocaleInfoW() local
338 langid = MAKELANGID(PRIMARYLANGID(LANGIDFROMLCID(ptr->lcid)), SUBLANG_NEUTRAL); in test_GetLocaleInfoW()
339 lcid = MAKELCID(langid, SORT_DEFAULT); in test_GetLocaleInfoW()
H A Dactctx.c1112 LANGID langid; member
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c2252 ok(ppSp[0]->langid == 0, "Got unexpected langid %#x.\n", ppSp[0]->langid); in test_ScriptItemIzeShapePlace()
/reactos/sdk/lib/rtl/
H A Dactctx.c227 LANGID langid; member
4069 data->langid = 0; in build_tlib_section()
/reactos/modules/rostests/winetests/msi/
H A Dpackage.c5433 LANGID langid; in test_installprops() local
5566 langid = GetUserDefaultLangID(); in test_installprops()
5567 sprintf(path, "%d", langid); in test_installprops()

12