OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCALE_NO_MATCH
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java
46
public static final int
LOCALE_NO_MATCH
= 0;
83
* does not specify one, or specifies a different one,
LOCALE_NO_MATCH
is returned. If the
98
* sp_US <=> en_US =>
LOCALE_NO_MATCH
111
if (null == testedLocale) return
LOCALE_NO_MATCH
;
115
if (!referenceParams[0].equals(testedParams[0])) return
LOCALE_NO_MATCH
;
135
return
LOCALE_NO_MATCH
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java
48
public static final int
LOCALE_NO_MATCH
= 0;
85
* does not specify one, or specifies a different one,
LOCALE_NO_MATCH
is returned. If the
100
* sp_US <=> en_US =>
LOCALE_NO_MATCH
113
if (null == testedLocale) return
LOCALE_NO_MATCH
;
117
if (!referenceParams[0].equals(testedParams[0])) return
LOCALE_NO_MATCH
;
137
return
LOCALE_NO_MATCH
;
Completed in 1997 milliseconds