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

Function utf8proc_NFD

utf8proc.c:805–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFD(const utf8proc_uint8_t *str) {
806 utf8proc_uint8_t *retval;
807 utf8proc_map(str, 0, &retval, (utf8proc_option_t)(UTF8PROC_NULLTERM | UTF8PROC_STABLE |
808 UTF8PROC_DECOMPOSE));
809 return retval;
810}
811
812UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFC(const utf8proc_uint8_t *str) {
813 utf8proc_uint8_t *retval;

Callers 2

LLVMFuzzerTestOneInputFunction · 0.85
issue128Function · 0.85

Calls 1

utf8proc_mapFunction · 0.85

Tested by

no test coverage detected