Searched refs:longestCommonSuffix (Results 1 – 1 of 1) sorted by relevance
36 fun longestCommonSuffix(word: CharSequence, pos: Int): Int { in longestCommonSuffix() method59 val suffixLength = longestCommonSuffix(lookFor, i)