Home
last modified time | relevance | path

Searched refs:LANGID_NEUTRAL (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dime.c24 #define LANGID_NEUTRAL MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL) macro
57 if (HotKeyLangId == LANGID_NEUTRAL || HotKeyLangId == LOWORD(hKL)) in IntGetImeHotKeyLanguageScore()
67 lcid = MAKELCID(LANGID_NEUTRAL, SORT_DEFAULT); in IntGetImeHotKeyLanguageScore()
121 return LANGID_NEUTRAL; in IntGetImeHotKeyLangId()