Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/subversion/subversion/include/
HDsvn_utf.h154 svn_utf_cstring_from_utf8(const char **dest,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
HDdiff_memory.c1103 SVN_ERR(svn_utf_cstring_from_utf8(&btn.markers[1], in svn_diff_mem_string_output_merge3()
1108 SVN_ERR(svn_utf_cstring_from_utf8(&btn.markers[0], in svn_diff_mem_string_output_merge3()
1113 SVN_ERR(svn_utf_cstring_from_utf8(&btn.markers[2], in svn_diff_mem_string_output_merge3()
1118 SVN_ERR(svn_utf_cstring_from_utf8(&btn.markers[3], in svn_diff_mem_string_output_merge3()
HDdiff_file.c2414 SVN_ERR(svn_utf_cstring_from_utf8(&baton.conflict_modified, in svn_diff_file_output_merge3()
2419 SVN_ERR(svn_utf_cstring_from_utf8(&baton.conflict_original, in svn_diff_file_output_merge3()
2424 SVN_ERR(svn_utf_cstring_from_utf8(&baton.conflict_separator, in svn_diff_file_output_merge3()
2427 SVN_ERR(svn_utf_cstring_from_utf8(&baton.conflict_latest, in svn_diff_file_output_merge3()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDcmdline.c315 return svn_utf_cstring_from_utf8(dest, src, pool); in svn_cmdline_cstring_from_utf8()
1555 SVN_ERR(svn_utf_cstring_from_utf8(&translated_contents->data, in svn_cmdline__edit_string_externally()
1651 err = svn_utf_cstring_from_utf8(&tmpfile_native, in svn_cmdline__edit_string_externally()
HDutf.c896 svn_utf_cstring_from_utf8(const char **dest, in svn_utf_cstring_from_utf8() function
973 svn_utf_cstring_from_utf8); in svn_utf_cstring_from_utf8_fuzzy()
HDpath.c1152 return svn_utf_cstring_from_utf8(path_apr, path_utf8, pool); in svn_path_cstring_from_utf8()
HDsubst.c2037 err = svn_utf_cstring_from_utf8(&val_nlocale_neol, val_neol, pool); in svn_subst_detranslate_string()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
HDenv.c293 SVN_ERR(svn_utf_cstring_from_utf8(&path_bdb, in create_env()