Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_utf.h165 svn_utf_cstring_from_utf8_ex2(const char **dest,
/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c435 SVN_ERR(svn_utf_cstring_from_utf8_ex2( in output_unified_token_range()
645 SVN_ERR(svn_utf_cstring_from_utf8_ex2 in svn_diff_mem_string_output_unified3()
648 SVN_ERR(svn_utf_cstring_from_utf8_ex2 in svn_diff_mem_string_output_unified3()
651 SVN_ERR(svn_utf_cstring_from_utf8_ex2 in svn_diff_mem_string_output_unified3()
H A Dutil.c358 SVN_ERR(svn_utf_cstring_from_utf8_ex2( in svn_diff__unified_append_no_newline_msg()
H A Ddiff_file.c1891 SVN_ERR(svn_utf_cstring_from_utf8_ex2(&baton.context_str, " ", in svn_diff_file_output_unified4()
1893 SVN_ERR(svn_utf_cstring_from_utf8_ex2(&baton.delete_str, "-", in svn_diff_file_output_unified4()
1895 SVN_ERR(svn_utf_cstring_from_utf8_ex2(&baton.insert_str, "+", in svn_diff_file_output_unified4()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c312 return svn_utf_cstring_from_utf8_ex2(dest, src, output_encoding, pool); in svn_cmdline_cstring_from_utf8()
1552 SVN_ERR(svn_utf_cstring_from_utf8_ex2(&translated_contents->data, in svn_cmdline__edit_string_externally()
H A Dutf.c916 svn_utf_cstring_from_utf8_ex2(const char **dest, in svn_utf_cstring_from_utf8_ex2() function
H A Ddeprecated.c1836 return svn_utf_cstring_from_utf8_ex2(dest, src, topage, pool); in svn_utf_cstring_from_utf8_ex()
H A Dstream.c322 SVN_ERR(svn_utf_cstring_from_utf8_ex2(&translated, message, encoding, in svn_stream_printf_from_utf8()