Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlutf8lib.c40 static const char *utf8_decode (const char *o, int *val) { in utf8_decode() function
82 const char *s1 = utf8_decode(s + posi, NULL); in utflen()
118 s = utf8_decode(s, &code); in codepoint()
215 const char *next = utf8_decode(s + n, &code); in iter_aux()