Searched refs:tmp_ctext (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcCT.c597 const char *tmp_ctext = *ctext; local in function:_XlcCheckCTSequence
604 type = _XlcParseCT(&tmp_ctext, &tmp_ctext_len, &final_byte);
613 *ctext = tmp_ctext;
617 *ctext = tmp_ctext;
623 && (tmp_ctext[0] & 0x80) && (tmp_ctext[1] & 0x80)) {
624 unsigned int msb = tmp_ctext[0] & 0x7f;
625 unsigned int lsb = tmp_ctext[1] & 0x7f;
628 *ctext = tmp_ctext + 2;

Completed in 3 milliseconds