Searched refs:forLocale (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodLocator.java122 * Returns an input method locator that has locale forLocale,
124 * check whether the input method actually supports forLocale -
127 InputMethodLocator deriveLocator(Locale forLocale) { argument
128 if (forLocale == locale) {
131 return new InputMethodLocator(descriptor, loader, forLocale);
H A DInputMethodManager.java219 abstract InputMethodLocator findInputMethod(Locale forLocale); argument

Completed in 44 milliseconds