Lines Matching refs:getLocale
178 * @see java.awt.im.InputContext#getLocale
180 public Locale getLocale() {
182 return inputMethod.getLocale();
184 return inputMethodLocator.getLocale();
517 Locale newLocale = newLocator.getLocale();
518 if (newLocale != null && inputMethodLocator.getLocale() != newLocale) {
528 Locale savedLocale = inputMethodLocator.getLocale();
548 savedLocale = inputMethod.getLocale();
571 if (newLocator.getLocale() == null && savedLocale != null &&
766 getInputMethodDisplayName(getLocale(), SunToolkit.
775 return inputMethod.toString() + "-" + inputMethod.getLocale().toString();
828 Locale locale = locator.getLocale();
898 return inputMethodLocator.deriveLocator(inputMethod.getLocale());