Searched refs:inputLocale (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/java/awt/im/spi/
H A DInputMethodDescriptor.java85 * The inputLocale parameter specifies the locale for which text
95 * @param inputLocale the locale for which text input is supported, or null
101 String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage); argument
107 * The inputLocale parameter specifies the locale for which text
116 * @param inputLocale the locale for which text input is supported, or null
119 Image getInputMethodIcon(Locale inputLocale); argument
/openjdk10/jdk/src/demo/share/jfc/CodePointIM/com/sun/inputmethods/internal/codepointim/
H A DCodePointInputMethodDescriptor.java82 public synchronized String getInputMethodDisplayName(Locale inputLocale, argument
87 public Image getInputMethodIcon(Locale inputLocale) { argument
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWInputMethodDescriptor.java73 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { argument
88 public Image getInputMethodIcon(Locale inputLocale) { argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11InputMethodDescriptor.java72 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { argument
86 public Image getInputMethodIcon(Locale inputLocale) { argument
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCInputMethodDescriptor.java85 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { argument
96 public Image getInputMethodIcon(Locale inputLocale) { argument
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Toolkit.cpp226 TCHAR inputLocale[9]; local
228 _tcscpy_s(inputLocale, 9, TEXT("00000000"));
235 memcpy(&inputLocale[8-len], buf, len);
238 hkl = ::LoadKeyboardLayout(inputLocale, 0);

Completed in 72 milliseconds