Searched defs:afterLength (Results 1 – 3 of 3) sorted by relevance
33 const int beforeLength, const int *after, const int afterLength) { in editDistance()71 const int beforeLength, const int *after, const int afterLength, const int score) { in calcNormalizedScore()
32 const int afterLength = policy->getString1Length(); in getEditDistance() local
62 jsize afterLength = env->GetArrayLength(after); in latinime_BinaryDictionaryUtils_calcNormalizedScore() local