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

Function utf8proc_toupper

utf8proc.c:405–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_toupper(utf8proc_int32_t c)
406{
407 utf8proc_int32_t cu = utf8proc_get_property(c)->uppercase_seqindex;
408 return cu != UINT16_MAX ? seqindex_decode_index((utf8proc_uint32_t)cu) : c;
409}
410
411UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_totitle(utf8proc_int32_t c)
412{

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