OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentBestMatch
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java
181
final FileAndMatchLevel
currentBestMatch
= cacheFiles.get(category);
182
if (null ==
currentBestMatch
||
currentBestMatch
.mMatchLevel < matchLevel) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java
411
final WordListInfo
currentBestMatch
= dicts.get(wordListCategory);
412
if (null ==
currentBestMatch
413
||
currentBestMatch
.mMatchLevel < matchLevel) {
/development/tools/checkstyle/
checkstyle.jar
Completed in 145 milliseconds