Searched defs:wordLength (Results 1 – 2 of 2) sorted by relevance
289 const jsize wordLength = env->GetArrayLength(word); in latinime_BinaryDictionary_getNgramProbability() local336 const jsize wordLength = env->GetArrayLength(word); in latinime_BinaryDictionary_getWordProperty() local408 jsize wordLength = env->GetArrayLength(word); in latinime_BinaryDictionary_addNgramEntry() local483 jsize wordLength = env->GetArrayLength(targetWord); in latinime_BinaryDictionary_updateEntriesForInputEvents() local
44 public static void onBackspaceWordDelete(int wordLength) { in onBackspaceWordDelete()