Home
last modified time | relevance | path

Searched refs:longestCommonSuffix (Results 1 – 1 of 1) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringSearch.kt36 fun longestCommonSuffix(word: CharSequence, pos: Int): Int { in longestCommonSuffix() method
59 val suffixLength = longestCommonSuffix(lookFor, i)