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

Function utf8proc_totitle

utf8proc.c:411–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_totitle(utf8proc_int32_t c)
412{
413 utf8proc_int32_t cu = utf8proc_get_property(c)->titlecase_seqindex;
414 return cu != UINT16_MAX ? seqindex_decode_index((utf8proc_uint32_t)cu) : c;
415}
416
417UTF8PROC_DLLEXPORT int utf8proc_islower(utf8proc_int32_t c)
418{

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