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/
AutoCorrection.java
68
final int
tempFreq
= dictionary.getFrequency(word);
69
if (
tempFreq
>= maxFreq) {
70
maxFreq =
tempFreq
;
DictionaryCollection.java
87
final int
tempFreq
= mDictionaries.get(i).getFrequency(word);
88
if (
tempFreq
>= maxFreq) {
89
maxFreq =
tempFreq
;
Completed in 1992 milliseconds