Home
last modified time | relevance | path

Searched refs:commonCharCount (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_mbcs.java53 int commonCharCount = 0; in match() local
74 commonCharCount++; in match()
125 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java52 int commonCharCount = 0; in match() local
73 commonCharCount++; in match()
124 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
/external/icu/icu4c/source/i18n/
Dcsrmbcs.cpp151 int32_t commonCharCount = 0; in match_mbcs() local
170 commonCharCount += 1; in match_mbcs()
227 confidence = (int32_t)(log((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()