Searched refs:cKLs (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/apitests/imm32/ |
H A D | KLID.c | 172 INT iKL, cKLs; in START_TEST() local 174 cKLs = GetKeyboardLayoutList(0, NULL); in START_TEST() 175 trace("cKLs: %d\n", cKLs); in START_TEST() 176 if (!cKLs) in START_TEST() 182 phKLs = calloc(cKLs, sizeof(HKL)); in START_TEST() 189 ok_int(GetKeyboardLayoutList(cKLs, phKLs), cKLs); in START_TEST() 191 for (iKL = 0; iKL < cKLs; ++iKL) in START_TEST()
|
/reactos/dll/win32/msctf/ |
H A D | mlng.cpp | 519 INT cKLs = ::GetKeyboardLayoutList(0, NULL); in CheckMlngInfo() local 520 if (cKLs != TF_MlngInfoCount()) in CheckMlngInfo() 523 if (!cKLs) in CheckMlngInfo() 526 HKL *phKLs = (HKL*)cicMemAlloc(cKLs * sizeof(HKL)); in CheckMlngInfo() 530 ::GetKeyboardLayoutList(cKLs, phKLs); in CheckMlngInfo() 535 for (INT iKL = 0; iKL < cKLs; ++iKL) in CheckMlngInfo() 571 INT cKLs = ::GetKeyboardLayoutList(0, NULL); in CreateMlngInfo() local 572 HKL *phKLs = (HKL*)cicMemAllocClear(cKLs * sizeof(HKL)); in CreateMlngInfo() 576 ::GetKeyboardLayoutList(cKLs, phKLs); in CreateMlngInfo() 578 for (INT iKL = 0; iKL < cKLs; ++iKL) in CreateMlngInfo()
|
/reactos/dll/win32/imm32/ |
H A D | imm.c | 120 UINT iKL, cKLs; in ImmFreeLayout() local 136 cKLs = GetKeyboardLayoutList(0, NULL); in ImmFreeLayout() 137 if (cKLs) in ImmFreeLayout() 139 pList = ImmLocalAlloc(0, cKLs * sizeof(HKL)); in ImmFreeLayout() 143 cKLs = GetKeyboardLayoutList(cKLs, pList); in ImmFreeLayout() 144 for (iKL = 0; iKL < cKLs; ++iKL) in ImmFreeLayout()
|
H A D | utils.c | 902 HKL APIENTRY Imm32AssignNewLayout(UINT cKLs, const REG_IME *pLayouts, WORD wLangID) in Imm32AssignNewLayout() argument 906 for (iKL = 0; iKL < cKLs; ++iKL) in Imm32AssignNewLayout() 924 for (iKL = 0; iKL < cKLs; ++iKL) in Imm32AssignNewLayout() 933 if (iKL >= cKLs) in Imm32AssignNewLayout()
|
H A D | precomp.h | 190 HKL APIENTRY Imm32AssignNewLayout(UINT cKLs, const REG_IME *pLayouts, WORD wLangID);
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 274 INT iKL, cKLs = TF_MlngInfoCount(); in GetIconIndexFromhKL() local 275 for (iKL = 0; iKL < cKLs; ++iKL) in GetIconIndexFromhKL() 291 INT iKL, cKLs = TF_MlngInfoCount(); in GethKLDesc() local 292 for (iKL = 0; iKL < cKLs; ++iKL) in GethKLDesc() 3803 INT iKL, cKLs = TF_MlngInfoCount(); in InitMenu() local 3804 for (iKL = 0; iKL < cKLs; ++iKL) in InitMenu()
|