Searched refs:utfbuf (Results 1 – 2 of 2) sorted by relevance
200 unsigned char utfbuf[6]; in do_buf() local201 int utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()212 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf()
1977 char utfbuf[7], res[6]; in render_string() local2064 addsz = utf8(unicode, utfbuf); in render_string()2067 addcp = utfbuf; in render_string()