Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1914 const char *utf8_buffer; in io_unicode_to_utf8_path() local
1917 SVN_ERR(svn_utf__win32_utf16_to_utf8(&utf8_buffer, source, in io_unicode_to_utf8_path()
1919 if (!*utf8_buffer) in io_unicode_to_utf8_path()
1921 *result = utf8_buffer; in io_unicode_to_utf8_path()
1927 buffer = (char*)utf8_buffer; in io_unicode_to_utf8_path()