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

Function utf8proc_charwidth_ambiguous

utf8proc.c:435–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_charwidth_ambiguous(utf8proc_int32_t c) {
436 return utf8proc_get_property(c)->ambiguous_width;
437}
438
439UTF8PROC_DLLEXPORT utf8proc_category_t utf8proc_category(utf8proc_int32_t c) {
440 return (utf8proc_category_t) utf8proc_get_property(c)->category;

Callers 1

mainFunction · 0.85

Calls 1

utf8proc_get_propertyFunction · 0.85

Tested by

no test coverage detected