Home
last modified time | relevance | path

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

/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/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/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()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...