Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Dutf8proc.h129 # define UTF8PROC_DLLEXPORT macro
133 # define UTF8PROC_DLLEXPORT __declspec(dllexport) macro
135 # define UTF8PROC_DLLEXPORT __declspec(dllimport) macro
138 # define UTF8PROC_DLLEXPORT __attribute__((visibility("default"))) macro
140 # define UTF8PROC_DLLEXPORT macro
407 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 …]
Dutf8proc.c47 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()