Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h125 # define UTF8PROC_DLLEXPORT static macro
131 # define UTF8PROC_DLLEXPORT __declspec(dllexport) macro
133 # define UTF8PROC_DLLEXPORT __declspec(dllimport) macro
138 # define UTF8PROC_DLLEXPORT macro
410 UTF8PROC_DLLEXPORT const char *utf8proc_version(void);
490 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_char(
512 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose(
523 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_custom(
605 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_grapheme_break(
671 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_map(
[all …]
H A Dutf8proc.c48 UTF8PROC_DLLEXPORT const utf8proc_int8_t utf8proc_utf8class[256] = {
91 UTF8PROC_DLLEXPORT const char *utf8proc_version(void) { in utf8proc_version()
95 UTF8PROC_DLLEXPORT const char *utf8proc_errmsg(utf8proc_ssize_t errcode) { in utf8proc_errmsg()
113 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_iterate( in utf8proc_iterate()
312 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_grapheme_break_stateful( in utf8proc_grapheme_break_stateful()
321 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_grapheme_break( in utf8proc_grapheme_break()
382 UTF8PROC_DLLEXPORT int utf8proc_charwidth(utf8proc_int32_t c) { in utf8proc_charwidth()
484 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose( in utf8proc_decompose()
491 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_custom( in utf8proc_decompose_custom()
694 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_map( in utf8proc_map()
[all …]
H A DNEWS.md87 - Rename `DLLEXPORT` to `UTF8PROC_DLLEXPORT` to prevent collisions.