Searched refs:utf8proc_get_property (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c232 UTF8PROC_DLLEXPORT const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t uc) { function
315 return grapheme_break_extended(utf8proc_get_property(c1)->boundclass,
316 utf8proc_get_property(c2)->boundclass,
364 utf8proc_int32_t cl = utf8proc_get_property(c)->lowercase_seqindex;
370 utf8proc_int32_t cu = utf8proc_get_property(c)->uppercase_seqindex;
376 utf8proc_int32_t cu = utf8proc_get_property(c)->titlecase_seqindex;
383 return utf8proc_get_property(c)->charwidth;
387 return utf8proc_get_property(c)->category;
H A Dutf8proc_internal.h461 UTF8PROC_DLLEXPORT const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t codepoint);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c583 const utf8proc_property_t *prop = utf8proc_get_property(cp);

Completed in 79 milliseconds