Home
last modified time | relevance | path

Searched defs:beforeLength (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Dwords_priority_queue.h95 int outputSuggestions(const unsigned short* before, const int beforeLength, in outputSuggestions()
175 float getHighestNormalizedScore(const unsigned short* before, const int beforeLength, in getHighestNormalizedScore()
203 const int beforeLength, unsigned short** outWord, int *outScore, int *outLength) { in getNormalizedScore()
Dcorrection.cpp1053 const int beforeLength, const unsigned short* after, const int afterLength) { in editDistanceInternal()
1092 const int beforeLength, const unsigned short* after, const int afterLength) { in editDistance()
1121 const int beforeLength, const unsigned short* after, const int afterLength, in calcNormalizedScore()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java96 char[] before, int beforeLength, char[] after, int afterLength, int score); in calcNormalizedScoreNative()
98 char[] before, int beforeLength, char[] after, int afterLength); in editDistanceNative()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp201 jcharArray before, jint beforeLength, jcharArray after, jint afterLength, jint score) { in latinime_BinaryDictionary_calcNormalizedScore()
212 jcharArray before, jint beforeLength, jcharArray after, jint afterLength) { in latinime_BinaryDictionary_editDistance()