Searched defs:match_mbcs (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dcsrmbcs.cpp146 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));

Completed in 38 milliseconds