OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxFreq
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java
94
int
maxFreq
= -1;
97
maxFreq
= Math.max(tempFreq,
maxFreq
);
99
return
maxFreq
;
104
int
maxFreq
= -1;
107
maxFreq
= Math.max(tempFreq,
maxFreq
);
109
return
maxFreq
;
DictionaryFacilitatorImpl.java
550
final int
maxFreq
= getFrequency(word);
551
if (
maxFreq
== 0 && blockPotentiallyOffensive) {
578
if (
maxFreq
< lowerCaseFreqInMainDict
588
final boolean isValid =
maxFreq
> 0;
684
int
maxFreq
= Dictionary.NOT_A_PROBABILITY;
689
if (tempFreq >=
maxFreq
) {
690
maxFreq
= tempFreq;
693
return
maxFreq
;
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 218 milliseconds