HomeSort by relevance Sort by last modified time
    Searched refs:fill_utf8 (Results 1 - 4 of 4) sorted by null

  /external/libvterm/src/
utf8.h 16 static int fill_utf8(long codepoint, char *str) function
input.c 18 int seqlen = fill_utf8(c, str);
state.c 460 len += fill_utf8((code | modifiers) + 0x20, utf8 + len);
461 len += fill_utf8(col + 0x21, utf8 + len);
462 len += fill_utf8(row + 0x21, utf8 + len);
    [all...]
screen.c 684 outpos += fill_utf8((c), (char *)buffer + outpos); \

Completed in 82 milliseconds