/external/chromium_org/third_party/icu/source/i18n/ |
csrmbcs.cpp | 146 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) { function in class:CharsetRecog_mbcs 272 return match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis)); 371 return match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp)); 391 return match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr)); 441 return match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5)); 515 return match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
|
csrmbcs.h | 61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen);
|
/external/icu4c/i18n/ |
csrmbcs.cpp | 147 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { function in class:CharsetRecog_mbcs 272 int32_t confidence = match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis)); 373 int32_t confidence = match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp)); 395 int32_t confidence = match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr)); 447 int32_t confidence = match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5)); 523 int32_t confidence = match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
|
csrmbcs.h | 61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen) const;
|