OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubtypeLocale
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSetTests.java
61
final Locale locale = SubtypeLocaleUtils.
getSubtypeLocale
(subtype);
87
final Locale locale = SubtypeLocaleUtils.
getSubtypeLocale
(subtype);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtils.java
61
final String language = SubtypeLocaleUtils.
getSubtypeLocale
(ims).getLanguage();
SubtypeLocaleUtils.java
280
return
getSubtypeLocale
(subtype) + "/" + getKeyboardLayoutSetName(subtype);
311
public static Locale
getSubtypeLocale
(@Nonnull final InputMethodSubtype subtype) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java
128
final Locale subtypeLocale = SubtypeLocaleUtils.
getSubtypeLocale
(subtype);
136
final Locale subtypeLocale = SubtypeLocaleUtils.
getSubtypeLocale
(subtype);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
526
&& !systemLocale.equals(SubtypeLocaleUtils.
getSubtypeLocale
(subtype))) {
Completed in 668 milliseconds