Searched refs:commonCharCount (Results 1 – 2 of 2) sorted by relevance
149 int32_t commonCharCount = 0; in match_mbcs() local168 commonCharCount += 1; in match_mbcs()225 confidence = (int32_t)(log10((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()
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()