Searched refs:maxSuffixLength (Results 1 – 1 of 1) sorted by relevance
218 int maxSuffixLength = Math.min(a.length(), b.length()); in commonSuffix() local220 while (s < maxSuffixLength in commonSuffix()