Searched refs:utf8proc_uint32_t (Results 1 – 2 of 2) sorted by relevance
119 utf8proc_uint32_t uc; in utf8proc_iterate()179 return (((utf8proc_uint32_t) uc) - 0xd800 > 0x07ff) && ((utf8proc_uint32_t) uc < 0x110000); in utf8proc_codepoint_valid()
91 typedef unsigned int utf8proc_uint32_t; typedef119 typedef uint32_t utf8proc_uint32_t; typedef