/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CharsetRecog_mbcs.java | 48 int match(CharsetDetector det, int [] commonChars) { in match() argument 70 if (commonChars != null) { in match() 72 if (Arrays.binarySearch(commonChars, (int) cv) >= 0) { in match() 110 if (commonChars == null) { in match() 189 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis 227 int confidence = match(det, commonChars); in match() 251 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5 296 int confidence = match(det, commonChars); in match() 390 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp 411 int confidence = match(det, commonChars); in match() 427 static int [] commonChars = global() field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr 527 static int [] commonChars = global() field in CharsetRecog_mbcs.CharsetRecog_gb_18030 [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CharsetRecog_mbcs.java | 49 int match(CharsetDetector det, int [] commonChars) { in match() argument 71 if (commonChars != null) { in match() 73 if (Arrays.binarySearch(commonChars, (int) cv) >= 0) { in match() 111 if (commonChars == null) { in match() 190 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis 228 int confidence = match(det, commonChars); in match() 252 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5 297 int confidence = match(det, commonChars); in match() 391 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp 412 int confidence = match(det, commonChars); in match() 428 static int [] commonChars = global() field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr 528 static int [] commonChars = global() field in CharsetRecog_mbcs.CharsetRecog_gb_18030 [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | csrmbcs.cpp | 148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { in match_mbcs() argument 165 if (commonChars != 0) { in match_mbcs() 166 if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs() 208 if (commonChars == 0) { in match_mbcs()
|
H A D | csrmbcs.h | 63 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrmbcs.cpp | 148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { in match_mbcs() argument 165 if (commonChars != 0) { in match_mbcs() 166 if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs() 208 if (commonChars == 0) { in match_mbcs()
|
H A D | csrmbcs.h | 63 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrmbcs.cpp | 148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { in match_mbcs() argument 168 if (commonChars != 0) { in match_mbcs() 169 if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs() 211 if (commonChars == 0) { in match_mbcs()
|
H A D | csrmbcs.h | 63 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |