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

Function utf8proc_tolower

utf8proc.c:399–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_tolower(utf8proc_int32_t c)
400{
401 utf8proc_int32_t cl = utf8proc_get_property(c)->lowercase_seqindex;
402 return cl != UINT16_MAX ? seqindex_decode_index((utf8proc_uint32_t)cl) : c;
403}
404
405UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_toupper(utf8proc_int32_t c)
406{

Callers 3

mainFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
mainFunction · 0.85

Calls 2

utf8proc_get_propertyFunction · 0.85
seqindex_decode_indexFunction · 0.85

Tested by

no test coverage detected