Searched refs:PUT_UTF16 (Results 1 – 3 of 3) sorted by relevance
586 #define PUT_UTF16(val, tmp, PUT_16BIT)\ macro
140 PUT_UTF16(ch, tmp, *buf++ = tmp; nb_chars++;) in win_console_puts()
413 PUT_UTF16(ch, tmp, be ? avio_wb16(s, tmp) : avio_wl16(s, tmp); in put_str16()