OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mInputLength
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/src/
bigram_dictionary.h
51
int
mInputLength
;
correction.h
113
int
mInputLength
;
proximity_info.h
112
int
mInputLength
;
unigram_dictionary.h
134
int
mInputLength
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java
44
private int
mInputLength
;
208
mInputLength
= codes.size();
209
if (mCodes.length <
mInputLength
) mCodes = new int[
mInputLength
][];
211
for (int i = 0; i <
mInputLength
; i++) {
214
mMaxDepth =
mInputLength
* 3;
216
for (int i = 0; i <
mInputLength
; i++) {
274
final int codeSize =
mInputLength
;
300
finalFreq = computeSkippedWordFinalFreq(freq, snr,
mInputLength
);
341
snr * addedAttenuation,
mInputLength
);
[
all
...]
Completed in 49 milliseconds