Searched refs:commonCharCount (Results 1 – 3 of 3) sorted by relevance
53 int commonCharCount = 0; in match() local74 commonCharCount++; in match()125 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
52 int commonCharCount = 0; in match() local73 commonCharCount++; in match()124 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
151 int32_t commonCharCount = 0; in match_mbcs() local170 commonCharCount += 1; in match_mbcs()227 confidence = (int32_t)(log((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()