Home
last modified time | relevance | path

Searched refs:trail (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgdft.c307 int ch, total, trail; in gdTcl_UtfToUniChar() local
310 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()
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencode.c677 uint32_t lead, trail; in lxb_encoding_encode_shift_jis() local
719 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() local
1641 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()
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt122 # 0x81-0x9F or 0xE0-0xFC, and second/trail/low byte in the

Completed in 20 milliseconds