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

Function utf8proc_islower

utf8proc.c:417–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417UTF8PROC_DLLEXPORT int utf8proc_islower(utf8proc_int32_t c)
418{
419 const utf8proc_property_t *p = utf8proc_get_property(c);
420 return p->lowercase_seqindex != p->uppercase_seqindex && p->lowercase_seqindex == UINT16_MAX;
421}
422
423UTF8PROC_DLLEXPORT int utf8proc_isupper(utf8proc_int32_t c)
424{

Callers 2

LLVMFuzzerTestOneInputFunction · 0.85
mainFunction · 0.85

Calls 1

utf8proc_get_propertyFunction · 0.85

Tested by

no test coverage detected