OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNoLanguage
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java
254
public static boolean
isNoLanguage
(final InputMethodSubtype subtype) {
310
if (
isNoLanguage
(subtype)) {
318
if (
isNoLanguage
(subtype)) {
327
if (
isNoLanguage
(subtype)) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java
98
if (SubtypeLocaleUtils.
isNoLanguage
(subtype)) {
254
if (SubtypeLocaleUtils.
isNoLanguage
(subtype)) {
267
if (SubtypeLocaleUtils.
isNoLanguage
(subtype)) {
286
if (SubtypeLocaleUtils.
isNoLanguage
(subtype)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
290
final Locale locale = SubtypeLocaleUtils.
isNoLanguage
(params.mId.mSubtype)
[
all
...]
Completed in 51 milliseconds