Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlutf8lib.c61 static const char *utf8_decode (const char *s, utfint *val, int strict) { in utf8_decode() function
108 const char *s1 = utf8_decode(s + posi, NULL, !lax); in utflen()
145 s = utf8_decode(s, &code, !lax); in codepoint()
239 const char *next = utf8_decode(s + n, &code, strict); in iter_aux()