Lines Matching refs:utf8proc_int32_t
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,
561 utf8proc_int32_t *buffer,
594 utf8proc_int32_t *buffer,
613 utf8proc_int32_t codepoint1,
614 utf8proc_int32_t codepoint2,
615 utf8proc_int32_t *state);
621 …8PROC_DLLEXPORT utf8proc_bool utf8proc_grapheme_break(utf8proc_int32_t codepoint1, utf8proc_int32_…
629 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_tolower(utf8proc_int32_t c);
636 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_toupper(utf8proc_int32_t c);
643 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_totitle(utf8proc_int32_t c);
653 UTF8PROC_DLLEXPORT int utf8proc_charwidth(utf8proc_int32_t codepoint);
659 UTF8PROC_DLLEXPORT utf8proc_category_t utf8proc_category(utf8proc_int32_t codepoint);
665 UTF8PROC_DLLEXPORT const char *utf8proc_category_string(utf8proc_int32_t codepoint);