OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempFreq
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java
89
final int
tempFreq
= mDictionaries.get(i).getFrequency(word);
90
if (
tempFreq
>= maxFreq) {
91
maxFreq =
tempFreq
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java
73
final int
tempFreq
= dictionary.getFrequency(word);
74
if (
tempFreq
>= maxFreq) {
75
maxFreq =
tempFreq
;
Completed in 354 milliseconds