Searched refs:fill_utf8 (Results 1 - 4 of 4) sorted by relevance

/external/libvterm/src/
H A Dutf8.h15 static int fill_utf8(long codepoint, char *str) function
H A Dinput.c23 int seqlen = fill_utf8(c, str);
H A Dstate.c408 len += fill_utf8((code | modifiers) + 0x20, utf8 + len);
409 len += fill_utf8(col + 0x21, utf8 + len);
410 len += fill_utf8(row + 0x21, utf8 + len);
H A Dscreen.c643 outpos += fill_utf8((c), (char *)buffer + outpos); \

Completed in 99 milliseconds