Home
last modified time | relevance | path

Searched refs:badCharCount (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_mbcs.java53 int badCharCount = 0; in match()
62 badCharCount++; in match()
78 if (badCharCount >= 2 && badCharCount*5 >= doubleByteCharCount) { in match()
84 if (doubleByteCharCount <= 10 && badCharCount== 0) { in match()
105 if (doubleByteCharCount < 20*badCharCount) { in match()
114 confidence = 30 + doubleByteCharCount - 20*badCharCount; in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetRecog_mbcs.java54 int badCharCount = 0; in match()
63 badCharCount++; in match()
79 if (badCharCount >= 2 && badCharCount*5 >= doubleByteCharCount) { in match()
85 if (doubleByteCharCount <= 10 && badCharCount== 0) { in match()
106 if (doubleByteCharCount < 20*badCharCount) { in match()
115 confidence = 30 + doubleByteCharCount - 20*badCharCount; in match()
/third_party/icu/icu4c/source/i18n/
H A Dcsrmbcs.cpp151 int32_t badCharCount = 0; in match_mbcs() local
160 badCharCount++; in match_mbcs()
174 if (badCharCount >= 2 && badCharCount*5 >= doubleByteCharCount) { in match_mbcs()
181 if (doubleByteCharCount <= 10 && badCharCount == 0) { in match_mbcs()
202 if (doubleByteCharCount < 20*badCharCount) { in match_mbcs()
212 confidence = 30 + doubleByteCharCount - 20*badCharCount; in match_mbcs()
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrmbcs.cpp151 int32_t badCharCount = 0; in match_mbcs() local
160 badCharCount++; in match_mbcs()
174 if (badCharCount >= 2 && badCharCount*5 >= doubleByteCharCount) { in match_mbcs()
181 if (doubleByteCharCount <= 10 && badCharCount == 0) { in match_mbcs()
202 if (doubleByteCharCount < 20*badCharCount) { in match_mbcs()
212 confidence = 30 + doubleByteCharCount - 20*badCharCount; in match_mbcs()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.cpp152 int32_t badCharCount = 0; in match_mbcs() local
161 badCharCount++; in match_mbcs()
177 if (badCharCount >= 2 && badCharCount*5 >= doubleByteCharCount) { in match_mbcs()
184 if (doubleByteCharCount <= 10 && badCharCount == 0) { in match_mbcs()
205 if (doubleByteCharCount < 20*badCharCount) { in match_mbcs()
215 confidence = 30 + doubleByteCharCount - 20*badCharCount; in match_mbcs()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 7 milliseconds