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));
|