Searched defs:beforeLength (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/ |
D | words_priority_queue.h | 95 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()
|
D | correction.cpp | 1053 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/ |
D | BinaryDictionary.java | 96 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/ |
D | com_android_inputmethod_latin_BinaryDictionary.cpp | 201 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()
|