Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDutf8proc.c44 static const char utf8proc_version[] = in svn_utf__utf8proc_compiled_version() local
48 return utf8proc_version; in svn_utf__utf8proc_compiled_version()
60 return utf8proc_version(); in svn_utf__utf8proc_runtime_version()
/NextBSD/contrib/subversion/subversion/libsvn_subr/utf8proc/
HDutf8proc.h289 const char *utf8proc_version(void);
HDutf8proc.c100 const char *utf8proc_version(void) { in utf8proc_version() function