Home
last modified time | relevance | path

Searched refs:GetKeyboardLayoutList (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/platform/win/
H A Dbase_layout_switch_win.cpp23 listSize = GetKeyboardLayoutList(0, nullptr); in SwitchKeyboardLayoutToEnglish()
30 GetKeyboardLayoutList(list.size(), list.data()); in SwitchKeyboardLayoutToEnglish()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dbidiextender.cpp93 int count = GetKeyboardLayoutList(0, NULL);//this doesn't work on Win7 64Bit in initializeLanguages()
95 count = GetKeyboardLayoutList(MAXSIZE, langs);//this seems be slow on some systems in initializeLanguages()
97 GetKeyboardLayoutList(count, langs); in initializeLanguages()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/keycodes/dom/
H A Ddom_keyboard_layout_map_win.cc50 const size_t keyboard_layout_count = ::GetKeyboardLayoutList(0, nullptr); in GetKeyboardLayoutCount()
57 const size_t copy_count = ::GetKeyboardLayoutList( in GetKeyboardLayoutCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/keycodes/dom/
H A Ddom_keyboard_layout_map_win.cc51 const size_t keyboard_layout_count = ::GetKeyboardLayoutList(0, nullptr); in GetKeyboardLayoutCount()
58 const size_t copy_count = ::GetKeyboardLayoutList( in GetKeyboardLayoutCount()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsBidiKeyboard.cpp89 keyboards = ::GetKeyboardLayoutList(0, nullptr); in SetupBidiKeyboards()
97 if (::GetKeyboardLayoutList(keyboards, buf) != keyboards) { in SetupBidiKeyboards()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsBidiKeyboard.cpp88 keyboards = ::GetKeyboardLayoutList(0, nullptr); in SetupBidiKeyboards()
96 if (::GetKeyboardLayoutList(keyboards, buf) != keyboards) { in SetupBidiKeyboards()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsBidiKeyboard.cpp100 keyboards = ::GetKeyboardLayoutList(0, nullptr); in SetupBidiKeyboards()
110 if (::GetKeyboardLayoutList(keyboards, buf) != keyboards) { in SetupBidiKeyboards()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsBidiKeyboard.cpp89 keyboards = ::GetKeyboardLayoutList(0, nullptr); in SetupBidiKeyboards()
97 if (::GetKeyboardLayoutList(keyboards, buf) != keyboards) { in SetupBidiKeyboards()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsBidiKeyboard.cpp89 keyboards = ::GetKeyboardLayoutList(0, nullptr); in SetupBidiKeyboards()
97 if (::GetKeyboardLayoutList(keyboards, buf) != keyboards) { in SetupBidiKeyboards()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsBidiKeyboard.cpp89 keyboards = ::GetKeyboardLayoutList(0, nullptr); in SetupBidiKeyboards()
97 if (::GetKeyboardLayoutList(keyboards, buf) != keyboards) { in SetupBidiKeyboards()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_InputMethod.cpp340 int layoutCount = ::GetKeyboardLayoutList(0, NULL) + 1; // +1 for user's preferred HKL in Java_sun_awt_windows_WInputMethod_setNativeLocale()
346 ::GetKeyboardLayoutList(layoutCount - 1, &(hKLList[1])); in Java_sun_awt_windows_WInputMethod_setNativeLocale()
457 const int layoutCount = ::GetKeyboardLayoutList(0, NULL); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
460 ::GetKeyboardLayoutList(layoutCount, hKLList); in Java_sun_awt_windows_WInputMethodDescriptor_getNativeAvailableLocales()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dmock_keyboard_driver_win.cc26 const UINT num_keyboard_layouts = GetKeyboardLayoutList(0, NULL); in MockKeyboardDriverWin()
30 GetKeyboardLayoutList(num_keyboard_layouts, &orig_keyboard_layouts_list_[0]); in MockKeyboardDriverWin()
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dkeyboard.py13 GetKeyState, GetKeyboardLayoutList, GetKeyboardLayout,
32 GetKeyboardLayoutList.argtypes = [ctypes.c_int, ctypes.POINTER(HANDLE*max_items)]
33 count = GetKeyboardLayoutList(max_items, ctypes.byref(handle_list))
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/config/
H A Dlanguageoptions.cxx233 int nLayouts = GetKeyboardLayoutList(0, nullptr); in isKeyboardLayoutTypeInstalled()
239 nLayouts = GetKeyboardLayoutList(nLayouts, lpList); in isKeyboardLayoutTypeInstalled()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/config/
H A Dlanguageoptions.cxx233 int nLayouts = GetKeyboardLayoutList(0, nullptr); in isKeyboardLayoutTypeInstalled()
239 nLayouts = GetKeyboardLayoutList(nLayouts, lpList); in isKeyboardLayoutTypeInstalled()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DUser32Test.java463 int n = User32.INSTANCE.GetKeyboardLayoutList(0, null); in testGetKeyboardLayoutList()
467 int n2 = User32.INSTANCE.GetKeyboardLayoutList(lpList.length, lpList); in testGetKeyboardLayoutList()
478 int n = User32.INSTANCE.GetKeyboardLayoutList(lpList.length, lpList); in testGetKeyboardLayout()

1234567891011