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

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

Completed in 169 milliseconds