Searched refs:commonCharCount (Results 1 – 3 of 3) sorted by relevance
50 int commonCharCount = 0; in match() local71 commonCharCount++; in match()122 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
49 int commonCharCount = 0; in match() local70 commonCharCount++; in match()121 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
150 int32_t commonCharCount = 0; in match_mbcs() local169 commonCharCount += 1; in match_mbcs()226 confidence = (int32_t)(log((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()