Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dcsrmbcs.cpp149 int32_t commonCharCount = 0; in match_mbcs() local
168 commonCharCount += 1; in match_mbcs()
225 confidence = (int32_t)(log10((double)commonCharCount+1) * scaleFactor + 10.0); in match_mbcs()
/external/icu4c/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()