Home
last modified time | relevance | path

Searched refs:utf8proc_int32_t (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h86 typedef apr_int32_t utf8proc_int32_t; typedef
395 typedef utf8proc_int32_t (*utf8proc_custom_func)(utf8proc_int32_t codepoint, void *data);
491 utf8proc_int32_t codepoint, utf8proc_int32_t *dst, utf8proc_ssize_t bufsize,
514 utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options
525 utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options,
599 utf8proc_int32_t codepoint1, utf8proc_int32_t codepoint2, utf8proc_int32_t *state);
606 utf8proc_int32_t codepoint1, utf8proc_int32_t codepoint2);
614 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_tolower(utf8proc_int32_t c);
621 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_toupper(utf8proc_int32_t c);
628 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_totitle(utf8proc_int32_t c);
[all …]
H A Dutf8proc.c313 utf8proc_int32_t c1, utf8proc_int32_t c2, utf8proc_int32_t *state) { in utf8proc_grapheme_break_stateful()
322 utf8proc_int32_t c1, utf8proc_int32_t c2) { in utf8proc_grapheme_break()
362 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_tolower(utf8proc_int32_t c) in utf8proc_tolower()
368 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_toupper(utf8proc_int32_t c) in utf8proc_toupper()
374 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_totitle(utf8proc_int32_t c) in utf8proc_totitle()
504 utf8proc_int32_t uc; in utf8proc_decompose_custom()
563 utf8proc_int32_t uc; in utf8proc_normalize_utf32()
677 utf8proc_int32_t uc; in utf8proc_reencode()
704 utf8proc_int32_t *buffer; in utf8proc_map_custom()
709 buffer = (utf8proc_int32_t *) malloc(result * sizeof(utf8proc_int32_t) + 1); in utf8proc_map_custom()
[all …]
H A DNEWS.md84 - Prefix all typedefs with `utf8proc_`, e.g. `utf8proc_int32_t`,