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

Function utf8proc_get_property

utf8proc.c:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242UTF8PROC_DLLEXPORT const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t uc) {
243 return uc < 0 || uc >= 0x110000 ? utf8proc_properties : unsafe_get_property(uc);
244}
245
246/* return whether there is a grapheme break between boundclasses lbc and tbc
247 (according to the definition of extended grapheme clusters)

Callers 13

utf8proc_tolowerFunction · 0.85
utf8proc_toupperFunction · 0.85
utf8proc_totitleFunction · 0.85
utf8proc_islowerFunction · 0.85
utf8proc_isupperFunction · 0.85
utf8proc_charwidthFunction · 0.85
utf8proc_categoryFunction · 0.85
my_unassignedFunction · 0.85
my_isprintFunction · 0.85
mainFunction · 0.85

Calls 1

unsafe_get_propertyFunction · 0.85

Tested by

no test coverage detected