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

Function utf8proc_NFKC_Casefold

utf8proc.c:833–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFKC_Casefold(const utf8proc_uint8_t *str) {
834 utf8proc_uint8_t *retval;
835 utf8proc_map(str, 0, &retval, (utf8proc_option_t)(UTF8PROC_NULLTERM | UTF8PROC_STABLE |
836 UTF8PROC_COMPOSE | UTF8PROC_COMPAT | UTF8PROC_CASEFOLD | UTF8PROC_IGNORE));
837 return retval;
838}

Callers 3

mainFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
issue102Function · 0.85

Calls 1

utf8proc_mapFunction · 0.85

Tested by

no test coverage detected