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()
57 private final String inputLocale; field in CLDRFileTransformer.LocaleTransform67 …private LocaleTransform(String inputLocale, String transformFilename, int direction, String inputC… in LocaleTransform()71 …private LocaleTransform(String inputLocale, String transformFilename, int direction, String inputC… in LocaleTransform()172 final String inputLocale = localeTransform.getInputLocale(); in transform() local
135 CLDRLocale inputLocale = CLDRLocale.getInstance(lt.getInputLocale()); in SpecialLocales() local