Searched refs:utf8proc_int32_t (Results 1 – 3 of 3) sorted by relevance
/third_party/ejdb/src/util/ |
D | utf8proc.h | 90 typedef int utf8proc_int32_t; typedef 118 typedef int32_t utf8proc_int32_t; typedef 401 typedef utf8proc_int32_t (*utf8proc_custom_func)(utf8proc_int32_t codepoint, void *data); 435 utf8proc_int32_t *codepoint_ref); 443 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t codepoint); 454 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t codepoint, utf8proc_uint8… 468 UTF8PROC_DLLEXPORT const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t codepoint); 499 utf8proc_int32_t codepoint, utf8proc_int32_t *dst, utf8proc_ssize_t bufsize, 522 utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options 533 utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options, [all …]
|
D | utf8proc.c | 117 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *dst in utf8proc_iterate() 178 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t uc) { in utf8proc_codepoint_valid() 182 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t uc, utf8proc_uint8_t *dst… in utf8proc_encode_char() 211 static utf8proc_ssize_t unsafe_encode_char(utf8proc_int32_t uc, utf8proc_uint8_t *dst) { in unsafe_encode_char() 293 static utf8proc_bool grapheme_break_extended(int lbc, int tbc, utf8proc_int32_t *state) { in grapheme_break_extended() 319 static utf8proc_int32_t seqindex_decode_entry(const utf8proc_uint16_t **entry) { in seqindex_decode_entry() 320 utf8proc_int32_t entry_cp = **entry; in seqindex_decode_entry()
|
/third_party/ejdb/src/jbl/ |
D | jbl.c | 573 utf8proc_int32_t cp; in _jbl_write_string()
|