Lines Matching defs:charset
155 XlcCharSet charset)
169 new_list[num] = charset;
408 XlcCharSet charset;
411 charset = _XlcGetCharSet(name);
412 if (charset == NULL &&
413 (charset = _XlcCreateDefaultCharSet(name, ""))) {
414 _XlcAddCharSet(charset);
416 charset->source = CSsrcXLC;
418 return charset;
690 ret->charset = srch_charset_define(cset_name,&new);
707 XlcCharSet charset;
841 charset = NULL;
845 charset = _XlcAddCT(name, encoding);
847 if (charset == NULL) {
848 charset = _XlcGetCharSet(name);
849 if (charset == NULL &&
850 (charset = _XlcCreateDefaultCharSet(name, ""))) {
851 charset->side = codeset->side;
852 charset->char_size = codeset->length;
853 _XlcAddCharSet(charset);
856 if (charset) {
857 if (add_charset(codeset, charset) == False)
972 charset = codeset->charset_list[ii];
973 if (! strcmp(charset->encoding_name, "ISO8859-1"))
974 charset->string_encoding = True;
975 if ( charset->string_encoding )