Searched refs:inputLocale (Results 1 - 6 of 6) sorted by relevance
/openjdk7/jdk/src/share/classes/java/awt/im/spi/ |
H A D | InputMethodDescriptor.java | 83 * The inputLocale parameter specifies the locale for which text 93 * @param inputLocale the locale for which text input is supported, or null 96 String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage); argument 102 * The inputLocale parameter specifies the locale for which text 111 * @param inputLocale the locale for which text input is supported, or null 114 Image getInputMethodIcon(Locale inputLocale); argument
|
/openjdk7/jdk/src/share/demo/jfc/CodePointIM/ |
H A D | CodePointInputMethodDescriptor.java | 82 public synchronized String getInputMethodDisplayName(Locale inputLocale, argument 87 public Image getInputMethodIcon(Locale inputLocale) { argument
|
/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | WInputMethodDescriptor.java | 70 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { argument 84 public Image getInputMethodIcon(Locale inputLocale) { argument
|
/openjdk7/jdk/src/solaris/classes/sun/awt/ |
H A D | X11InputMethodDescriptor.java | 72 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { argument 86 public Image getInputMethodIcon(Locale inputLocale) { argument
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/ |
H A D | CInputMethodDescriptor.java | 81 public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { argument 92 public Image getInputMethodIcon(Locale inputLocale) { argument
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Toolkit.cpp | 230 TCHAR inputLocale[9]; local 232 _tcscpy(inputLocale, TEXT("00000000")); 239 memcpy(&inputLocale[8-len], buf, len); 242 hkl = ::LoadKeyboardLayout(inputLocale, 0);
|
Completed in 31 milliseconds