OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCALE_LANGUAGE_AND_COUNTRY_MATCH
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java
61
public static final int
LOCALE_LANGUAGE_AND_COUNTRY_MATCH
= 20;
91
* specifies a variant, and
LOCALE_LANGUAGE_AND_COUNTRY_MATCH
otherwise. If everything matches,
97
* en_US <=> en_US_Android =>
LOCALE_LANGUAGE_AND_COUNTRY_MATCH
123
if (3 == testedParams.length) return
LOCALE_LANGUAGE_AND_COUNTRY_MATCH
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java
63
public static final int
LOCALE_LANGUAGE_AND_COUNTRY_MATCH
= 20;
93
* specifies a variant, and
LOCALE_LANGUAGE_AND_COUNTRY_MATCH
otherwise. If everything matches,
99
* en_US <=> en_US_Android =>
LOCALE_LANGUAGE_AND_COUNTRY_MATCH
125
if (3 == testedParams.length) return
LOCALE_LANGUAGE_AND_COUNTRY_MATCH
;
Completed in 310 milliseconds