Searched defs:inputLocale (Results 1 – 4 of 4) sorted by relevance
67 public String getInputMethodDisplayName(Locale inputLocale, in getInputMethodDisplayName()89 public Image getInputMethodIcon(Locale inputLocale) { in getInputMethodIcon()
37 … public synchronized String getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage) { in getInputMethodDisplayName()48 public Image getInputMethodIcon(Locale inputLocale) { in getInputMethodIcon()
56 private final String inputLocale; field in CLDRFileTransformer.LocaleTransform66 …private LocaleTransform(String inputLocale, String transformFilename, int direction, String inputC… in LocaleTransform()70 …private LocaleTransform(String inputLocale, String transformFilename, int direction, String inputC… in LocaleTransform()
137 CLDRLocale inputLocale = CLDRLocale.getInstance(lt.getInputLocale()); in SpecialLocales() local