Searched refs:utfint (Results 1 – 1 of 1) sorted by relevance
32 typedef unsigned int utfint; typedef34 typedef unsigned long utfint; typedef57 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