Searched refs:utf8proc_uint32_t (Results 1 – 2 of 2) sorted by relevance
116 utf8proc_uint32_t uc; in utf8proc_iterate()162 return (((utf8proc_uint32_t)uc)-0xd800 > 0x07ff) && ((utf8proc_uint32_t)uc < 0x110000); in utf8proc_codepoint_valid()337 static utf8proc_int32_t seqindex_decode_index(const utf8proc_uint32_t seqindex) in seqindex_decode_index()
87 typedef apr_uint32_t utf8proc_uint32_t; typedef