Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dvi.c62 static int utf8_dec(char key, char *utf8_scratch, int *sta_p) ;
631 if (key >= 0x20 && utf8_dec(key, utf8_code, &utf8_dec_p)) { in vi_main()
944 static int utf8_dec(char key, char *utf8_scratch, int *sta_p) in utf8_dec() function