Searched refs:trail (Results 1 – 3 of 3) sorted by relevance
307 int ch, total, trail; in gdTcl_UtfToUniChar() local310 trail = total - 1; in gdTcl_UtfToUniChar()312 if (trail > 0) { in gdTcl_UtfToUniChar()313 ch = byte & (0x3F >> trail); in gdTcl_UtfToUniChar()322 trail--; in gdTcl_UtfToUniChar()323 } while (trail > 0); in gdTcl_UtfToUniChar()
677 uint32_t lead, trail; in lxb_encoding_encode_shift_jis() local719 trail = (uint32_t) (uintptr_t) hash->value % 188; in lxb_encoding_encode_shift_jis()722 ctx->buffer_out[ctx->buffer_used++ ] = trail + ((trail < 0x3F) ? 0x40 : 0x41); in lxb_encoding_encode_shift_jis()1602 uint32_t lead, trail; in lxb_encoding_encode_shift_jis_single() local1641 trail = (uint32_t) (uintptr_t) hash->value % 188; in lxb_encoding_encode_shift_jis_single()1644 *(*data)++ = trail + ((trail < 0x3F) ? 0x40 : 0x41); in lxb_encoding_encode_shift_jis_single()
122 # 0x81-0x9F or 0xE0-0xFC, and second/trail/low byte in the
Completed in 20 milliseconds