OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMatchLevel
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java
107
public static int
getMatchLevel
(final String referenceLocale, final String testedLocale) {
153
* This method takes a match level as returned by the #
getMatchLevel
method, and returns whether
156
* @param level the match level, as returned by
getMatchLevel
.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java
106
public static int
getMatchLevel
(String referenceLocale, String testedLocale) {
152
* This method takes a match level as returned by the #
getMatchLevel
method, and returns whether
155
* @param level the match level, as returned by
getMatchLevel
.
Completed in 171 milliseconds