Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h402 UTF8PROC_DLLEXPORT extern const utf8proc_int8_t utf8proc_utf8class[256];
H A Dutf8proc.c48 UTF8PROC_DLLEXPORT const utf8proc_int8_t utf8proc_utf8class[256] = { variable
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c514 len = utf8proc_utf8class[(apr_byte_t)*p]; in svn_utf__fuzzy_escape()