Lines Matching defs:charset
660 const char *charset, *p;
670 charset = NULL;
674 charset = XLC_PUBLIC(lcd, encoding_name);
675 if (!charset || (p = strrchr(charset, '-')) == 0 || p == charset || p[1] == 0 || (p[1] == '*' && p[2] == 0)) {
677 charset = "ISO8859-1";
678 p = charset + 7;
680 if (l - 2 < p - charset)
682 if (_XlcNCompareISOLatin1(name + l - 2 - (p - charset), charset, p - charset))