Searched refs:sourceLen (Results 1 – 2 of 2) sorted by relevance
49 var sourceLen = 0 in formatSuggestion() variable52 sourceLen = queryTokens[thisMatch]!!.length in formatSuggestion()54 applySuggestedTextStyle(str, t!!.mStart + sourceLen, t.mEnd) in formatSuggestion()55 applyQueryTextStyle(str, t.mStart, t.mStart + sourceLen) in formatSuggestion()
41 val sourceLen = src!!.size in calculate() constant45 for (s in 1..sourceLen) { in calculate()66 return distTab[sourceLen][targetLen] in calculate()