Searched defs:commonChars (Results 1 – 3 of 3) sorted by relevance
46 int match(CharsetDetector det, int [] commonChars) { in match()189 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis248 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5384 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp418 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr515 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_gb_18030
45 int match(CharsetDetector det, int [] commonChars) { in match()188 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis247 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5383 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp417 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr514 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_gb_18030
147 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() argument