Home
last modified time | relevance | path

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

/third_party/ejdb/src/util/
Dutf8proc.c119 utf8proc_uint32_t uc; in utf8proc_iterate()
179 return (((utf8proc_uint32_t) uc) - 0xd800 > 0x07ff) && ((utf8proc_uint32_t) uc < 0x110000); in utf8proc_codepoint_valid()
Dutf8proc.h91 typedef unsigned int utf8proc_uint32_t; typedef
119 typedef uint32_t utf8proc_uint32_t; typedef