Searched defs:getFullDisplayName (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeLocale.java38 public static String getFullDisplayName(Locale locale) { method in class:SubtypeLocale
H A DUtils.java744 public static String getFullDisplayName(Locale locale, boolean returnsNameInThisLocale) { method in class:Utils
746 return toTitleCase(SubtypeLocale.getFullDisplayName(locale), locale);
753 return toTitleCase(SubtypeLocale.getFullDisplayName(locale), locale);

Completed in 1312 milliseconds