Searched refs:utfint (Results 1 – 1 of 1) sorted by relevance
35 typedef unsigned int utfint; typedef37 typedef unsigned long utfint; typedef61 static const char *utf8_decode (const char *s, utfint *val, int strict) { in utf8_decode()62 static const utfint limits[] = in utf8_decode()63 {~(utfint)0, 0x80, 0x800, 0x10000u, 0x200000u, 0x4000000u}; in utf8_decode()65 utfint res = 0; /* final result */ in utf8_decode()76 res |= ((utfint)(c & 0x7F) << (count * 5)); /* add first byte */ in utf8_decode()144 utfint code; in codepoint()238 utfint code; in iter_aux()