OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubtypeLocale
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java
226
return
getSubtypeLocale
(subtype) + "/" + getKeyboardLayoutSetName(subtype);
259
public static Locale
getSubtypeLocale
(final InputMethodSubtype subtype) {
321
final Locale locale =
getSubtypeLocale
(subtype);
330
final Locale locale =
getSubtypeLocale
(subtype);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java
174
final Locale newLocale = SubtypeLocaleUtils.
getSubtypeLocale
(newSubtype);
267
return SubtypeLocaleUtils.
getSubtypeLocale
(getCurrentSubtype());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java
83
mLocale = SubtypeLocaleUtils.
getSubtypeLocale
(mSubtype);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java
282
final Locale locale = SubtypeLocaleUtils.
getSubtypeLocale
(subtype);
Completed in 274 milliseconds