Searched refs:utf8proc_get_property (Results 1 – 3 of 3) sorted by relevance
232 UTF8PROC_DLLEXPORT const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t uc) { in utf8proc_get_property() function315 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()
461 UTF8PROC_DLLEXPORT const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t codepoint);
581 const utf8proc_property_t *prop = utf8proc_get_property(cp); in svn_utf__fuzzy_escape()