Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlutf8lib.c32 typedef unsigned int utfint; typedef
34 typedef unsigned long utfint; typedef
57 static const char *utf8_decode (const char *s, utfint *val, int strict) { in utf8_decode()
58 static const utfint limits[] = in utf8_decode()
59 {~(utfint)0, 0x80, 0x800, 0x10000u, 0x200000u, 0x4000000u}; in utf8_decode()
61 utfint res = 0; /* final result */ in utf8_decode()
72 res |= ((utfint)(c & 0x7F) << (count * 5)); /* add first byte */ in utf8_decode()
140 utfint code; in codepoint()
237 utfint code; in iter_aux()

Completed in 5 milliseconds