OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchLevelSortedString
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java
70
// when written in base 10, also adjust the
getMatchLevelSortedString
method.
144
public static String
getMatchLevelSortedString
(final int matchLevel) {
DictionarySettingsFragment.java
309
final String matchLevelString = LocaleUtils.
getMatchLevelSortedString
(matchLevel);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java
72
// when written in base 10, also adjust the
getMatchLevelSortedString
method.
146
public static String
getMatchLevelSortedString
(int matchLevel) {
Completed in 364 milliseconds