Home | Sort by relevance Sort by last modified time |
/external/libvterm/src/ | |
utf8.h | 5 static inline unsigned int utf8_seqlen(long codepoint) function 18 int nbytes = utf8_seqlen(codepoint); |
screen.c | 682 size_t thislen = utf8_seqlen(c); \ |