HomeSort by relevance Sort by last modified time
    Searched refs:match_mbcs (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
csrmbcs.h 61 int32_t match_mbcs(InputText* det, const uint16_t commonChars[], int32_t commonCharsLen);
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));

Completed in 775 milliseconds