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.java50 int commonCharCount = 0; in match() local
71 commonCharCount++; in match()
122 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java49 int commonCharCount = 0; in match() local
70 commonCharCount++; in match()
121 confidence = (int)(Math.log(commonCharCount+1) * scaleFactor + 10); in match()
/external/icu/icu4c/source/i18n/
Dcsrmbcs.cpp150 int32_t commonCharCount = 0; in match_mbcs() local
169 commonCharCount += 1; in match_mbcs()
226 confidence = (int32_t)(log((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()