• Home
  • Raw
  • Download

Lines Matching refs:UTF8PROC_DLLEXPORT

129 #  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);
454 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t codepoint, utf8proc_uint8…
468 UTF8PROC_DLLEXPORT const utf8proc_property_t* utf8proc_get_property(utf8proc_int32_t codepoint);
498 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_char(
520 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose(
531 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_custom(
560 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_normalize_utf32(
593 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_reencode(
612 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_grapheme_break_stateful(
621 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_grapheme_break(utf8proc_int32_t codepoint1, utf8proc_int3…
629 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_tolower(utf8proc_int32_t c);
636 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_toupper(utf8proc_int32_t c);
643 UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_totitle(utf8proc_int32_t c);
653 UTF8PROC_DLLEXPORT int utf8proc_charwidth(utf8proc_int32_t codepoint);
659 UTF8PROC_DLLEXPORT utf8proc_category_t utf8proc_category(utf8proc_int32_t codepoint);
665 UTF8PROC_DLLEXPORT const char* utf8proc_category_string(utf8proc_int32_t codepoint);
686 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_map(
696 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_map_custom(
710 UTF8PROC_DLLEXPORT utf8proc_uint8_t* utf8proc_NFD(const utf8proc_uint8_t *str);
713 UTF8PROC_DLLEXPORT utf8proc_uint8_t* utf8proc_NFC(const utf8proc_uint8_t *str);
716 UTF8PROC_DLLEXPORT utf8proc_uint8_t* utf8proc_NFKD(const utf8proc_uint8_t *str);
719 UTF8PROC_DLLEXPORT utf8proc_uint8_t* utf8proc_NFKC(const utf8proc_uint8_t *str);
725 UTF8PROC_DLLEXPORT utf8proc_uint8_t* utf8proc_NFKC_Casefold(const utf8proc_uint8_t *str);