Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dvi.c61 static int utf8_lnw(int* width, char* str, int bytes);
908 static int utf8_lnw(int* width, char* str, int bytes) in utf8_lnw() function
974 rune_bytes = utf8_lnw(&rune_width, end, 4); in draw_str_until()
982 rune_bytes = utf8_lnw(&rune_width, end, 4); in draw_str_until()