Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlutf8lib.c65 static const char *utf8_decode (const char *s, utfint *val, int strict) { in utf8_decode() function
112 const char *s1 = utf8_decode(s + posi, NULL, !lax); in utflen()
149 s = utf8_decode(s, &code, !lax); in codepoint()
243 const char *next = utf8_decode(s + n, &code, strict); in iter_aux()