Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dio.c1813 const char *utf8_buffer; in io_unicode_to_utf8_path() local
1816 SVN_ERR(svn_utf__win32_utf16_to_utf8(&utf8_buffer, source, in io_unicode_to_utf8_path()
1818 if (!*utf8_buffer) in io_unicode_to_utf8_path()
1820 *result = utf8_buffer; in io_unicode_to_utf8_path()
1826 buffer = (char*)utf8_buffer; in io_unicode_to_utf8_path()