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

Function utf8proc_decompose

utf8proc.c:540–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose(
541 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen,
542 utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options
543) {
544 return utf8proc_decompose_custom(str, strlen, buffer, bufsize, options, NULL, NULL);
545}
546
547UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_custom(
548 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected