| 767 | } |
| 768 | |
| 769 | UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_map( |
| 770 | const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options |
| 771 | ) { |
| 772 | return utf8proc_map_custom(str, strlen, dstptr, options, NULL, NULL); |
| 773 | } |
| 774 | |
| 775 | UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_map_custom( |
| 776 | const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options, |