Home
last modified time | relevance | path

Searched refs:text_codepoint (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/toybox/toys/pending/
H A Dvi.c445 static int text_codepoint(char *dest, size_t offset) in text_codepoint() function
665 if ((len = text_codepoint(buf, TT.cursor)) < 1) TT.cursor--; in check_cursor_bounds()
801 len = text_codepoint(buf, TT.cursor); in cur_right()
808 if ((len = text_codepoint(buf, TT.cursor)) < 1) { in cur_right()