Home
last modified time | relevance | path

Searched refs:utf8proc_charwidth (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/tools/tools/locale/tools/
H A Dgetwidths.c48 wcw = utf8proc_charwidth(wc); in main()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h638 UTF8PROC_DLLEXPORT int utf8proc_charwidth(utf8proc_int32_t codepoint);
H A DNEWS.md108 - New function `utf8proc_charwidth(c)` that returns the number of
H A Dutf8proc.c382 UTF8PROC_DLLEXPORT int utf8proc_charwidth(utf8proc_int32_t c) { in utf8proc_charwidth() function
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c65 SVN_UNUSED(utf8proc_charwidth); in svn_utf__utf8proc_runtime_version()