Searched refs:utfbuf (Results 1 – 2 of 2) sorted by relevance
206 unsigned char utfbuf[6]; in do_buf() local208 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()216 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf()
1956 char utfbuf[7], res[6]; in render_string() local2043 addsz = utf8(unicode, utfbuf); in render_string()2046 addcp = utfbuf; in render_string()