Searched refs:UTF8PROC_DLLEXPORT (Results 1 – 2 of 2) sorted by relevance
129 # define UTF8PROC_DLLEXPORT macro133 # define UTF8PROC_DLLEXPORT __declspec(dllexport) macro135 # define UTF8PROC_DLLEXPORT __declspec(dllimport) macro138 # define UTF8PROC_DLLEXPORT __attribute__((visibility("default"))) macro140 # define UTF8PROC_DLLEXPORT macro407 UTF8PROC_DLLEXPORT extern const utf8proc_int8_t utf8proc_utf8class[256];414 UTF8PROC_DLLEXPORT const char* utf8proc_version(void);420 UTF8PROC_DLLEXPORT const char* utf8proc_errmsg(utf8proc_ssize_t errcode);432 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_iterate(443 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t codepoint);[all …]
47 UTF8PROC_DLLEXPORT const utf8proc_int8_t utf8proc_utf8class[256] = {92 UTF8PROC_DLLEXPORT const char* utf8proc_version(void) { in utf8proc_version()97 UTF8PROC_DLLEXPORT const char* utf8proc_errmsg(utf8proc_ssize_t errcode) { in utf8proc_errmsg()116 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_iterate( in utf8proc_iterate()180 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t uc) { in utf8proc_codepoint_valid()184 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t uc, utf8proc_uint8_t *dst… in utf8proc_encode_char()