Lines Matching refs:XlcCharSet
307 * Fills into a freshly created XlcCharSet the fields that can be inferred
315 XlcCharSet charset)
387 * Note: This information is not contained in the XlcCharSet, because
388 * multiple ESC sequences may be used for the same XlcCharSet.
391 XlcCharSet charset;
437 /* Returns the Compound Text info for a given XlcCharSet.
441 XlcCharSet charset)
452 /* Creates a new XlcCharSet, given its name (including side suffix) and
455 XlcCharSet
461 XlcCharSet charset;
475 return (XlcCharSet) NULL;
531 return (XlcCharSet) NULL;
540 for the same XlcCharSet, we want the first (standard) one to
573 XlcCharSet charset; /* The charset of the current segment */
574 XlcCharSet GL_charset; /* The charset responsible for 0x00..0x7F */
575 XlcCharSet GR_charset; /* The charset responsible for 0x80..0xFF */
576 XlcCharSet Other_charset; /* != NULL if currently in an other segment */
595 XlcCharSet charset;
678 static XlcCharSet default_GL_charset = NULL;
679 static XlcCharSet default_GR_charset = NULL;
708 XlcCharSet charset = NULL;
723 XlcCharSet ch_charset;
851 *((XlcCharSet *) args[0]) = charset;
879 XlcCharSet charset;
886 /* One argument is required, of type XlcCharSet. */
895 charset = (XlcCharSet) args[0];
1107 *((XlcCharSet *)args[0]) = (side ? state->GR_charset : state->GL_charset);
1133 || !((XlcCharSet) args[0] == state->GL_charset
1134 || (XlcCharSet) args[0] == state->GR_charset))
1270 XlcCharSet charset;