Home
last modified time | relevance | path

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

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