Searched defs:commonChars (Results 1 – 3 of 3) sorted by relevance
49 int match(CharsetDetector det, int [] commonChars) { in match()190 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis252 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5391 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp428 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr528 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_gb_18030
48 int match(CharsetDetector det, int [] commonChars) { in match()189 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_sjis251 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_big5390 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp427 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr527 static int [] commonChars = field in CharsetRecog_mbcs.CharsetRecog_gb_18030
148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() argument