MCPcopy Create free account
hub / github.com/JuliaStrings/utf8proc / utf8proc_map

Function utf8proc_map

utf8proc.c:769–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767}
768
769UTF8PROC_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
775UTF8PROC_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,

Callers 11

utf8proc_NFDFunction · 0.85
utf8proc_NFCFunction · 0.85
utf8proc_NFKDFunction · 0.85
utf8proc_NFKCFunction · 0.85
utf8proc_NFKC_CasefoldFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
mainFunction · 0.85
issue102Function · 0.85
checklineFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

utf8proc_map_customFunction · 0.85

Tested by 2

checklineFunction · 0.68
mainFunction · 0.68