Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h90 typedef apr_int64_t utf8proc_ssize_t; typedef
93 typedef apr_int32_t utf8proc_ssize_t; typedef
98 typedef apr_ssize_t utf8proc_ssize_t; typedef
428 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_iterate(const utf8proc_uint8_t *str, utf8proc_ssize_t
512 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose(
513 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen,
524 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen,
552 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_normalize_utf32(utf8proc_int32_t *buffer, utf8proc_ssi…
582 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_reencode(utf8proc_int32_t *buffer, utf8proc_ssize_t le…
671 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_map(
[all …]
H A Dutf8proc.c344 utf8proc_ssize_t written = 0; in seqindex_write_char_decomposed()
497 utf8proc_ssize_t wpos = 0; in utf8proc_decompose_custom()
505 utf8proc_ssize_t rpos = 0; in utf8proc_decompose_custom()
506 utf8proc_ssize_t decomp_result; in utf8proc_decompose_custom()
537 utf8proc_ssize_t pos = 0; in utf8proc_decompose_custom()
561 utf8proc_ssize_t rpos; in utf8proc_normalize_utf32()
562 utf8proc_ssize_t wpos = 0; in utf8proc_normalize_utf32()
596 utf8proc_ssize_t rpos; in utf8proc_normalize_utf32()
597 utf8proc_ssize_t wpos = 0; in utf8proc_normalize_utf32()
676 utf8proc_ssize_t rpos, wpos = 0; in utf8proc_reencode()
[all …]