Searched refs:g_excludeToEncodeArray (Results 1 – 1 of 1) sorted by relevance
36 static char *g_excludeToEncodeArray[] = {"gb18030", "gbk", "gb2312", "big5", "bigfive", "cp… variable78 if (strcmp(ecode, g_excludeToEncodeArray[i]) == 0) { in IsExcludeToEncode()