Searched refs:ct_sequence (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcCharSet.c | 119 XOffsetOf(XlcCharSetRec, ct_sequence), XlcGetMask } 172 const char *ct_sequence) 184 ct_sequence_len = strlen(ct_sequence); 214 /* Fill in ct_sequence. */ 216 memcpy(tmp, ct_sequence, ct_sequence_len+1); 217 charset->ct_sequence = tmp; 221 /* If ct_sequence is not usable in Compound Text, remove it. */ 222 charset->ct_sequence = ""; 170 _XlcCreateDefaultCharSet(const char * name,const char * ct_sequence) argument
|
| H A D | lcCT.c | 55 const char ct_sequence[5]; /* Compound Text encoding, ESC sequence */ member in struct:_CTDataRec 319 const char *ptr = charset->ct_sequence; 392 const char *ct_sequence; /* Compound Text ESC sequence */ member in struct:_CTInfoRec 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_sequenc 456 _XlcAddCT(const char * name,const char * ct_sequence) argument [all...] |
| H A D | XlcPubI.h | 126 const char* ct_sequence 131 const char* ct_sequence
|
| H A D | XlcPublic.h | 103 const char *ct_sequence; /* control sequence of CT */ member in struct:_XlcCharSetRec
|
| H A D | lcGeneric.c | 509 if (charsetd->ct_sequence) { 510 Xfree(charsetd->ct_sequence); 516 charsetd->ct_sequence = tmp; 533 _XlcAddCT(charsetd->name, charsetd->ct_sequence);
|
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ |
| H A D | lcGenConv.c | 388 if (*charset->ct_sequence != '\0') 409 if (*charset->ct_sequence == '\0') 446 const char *ct_sequence = charset->ct_sequence; local in function:cmp_esc_sequence 450 if ( !(seq_len = strlen(ct_sequence) ) ) 452 if ( strncmp(inbufptr, ct_sequence, seq_len) != 0) 1072 const char *ct_sequence; local in function:wcstocts 1120 ct_sequence = charset->ct_sequence; 1122 seq_len = strlen(ct_sequence); [all...] |
| /xsrc/external/mit/libX11/dist/modules/lc/def/ |
| H A D | lcDefConv.c | 134 if (*charset->ct_sequence != '\0')
|
Completed in 11 milliseconds