Lines Matching refs:ct_sequence
55 const char ct_sequence[5]; /* Compound Text encoding, ESC sequence */
319 const char *ptr = charset->ct_sequence;
392 const char *ct_sequence; /* Compound Text ESC sequence */
458 const char *ct_sequence)
473 charset = _XlcCreateDefaultCharSet(name, ct_sequence);
480 length = (int) strlen(ct_sequence);
486 ct_info->ct_sequence = strcpy((char *) (ct_info + 1), ct_sequence);
489 ct_ptr = ct_sequence;
557 if (strcmp(charset->ct_sequence, ct_sequence) == 0)
558 charset->ct_sequence = "";
767 if (charset->ct_sequence[0] == XctESC
768 && charset->ct_sequence[1] == XctOtherCoding
769 && charset->ct_sequence[2] == 'G') {
902 length = (int) strlen(ct_info->ct_sequence);
912 memcpy(ctptr, ct_info->ct_sequence, (size_t) length);
927 memcpy(ctptr, ct_info->ct_sequence, (size_t) length);
946 memcpy(ctptr, ct_info->ct_sequence, (size_t) length);
1015 if ((charset->ct_sequence[0] == XctESC
1016 && charset->ct_sequence[1] == XctOtherCoding
1017 && charset->ct_sequence[2] == 'G')
1276 charset = _XlcAddCT(ct_data->name, ct_data->ct_sequence);
1279 if (strncmp(charset->ct_sequence, "\x1b\x25\x2f", 3) != 0)