Searched refs:escaped_char (Results 1 – 2 of 2) sorted by relevance
299 char escaped_char[6]; /* ? \ u u u \0 */ in svn_xml_fuzzy_escape() local336 apr_snprintf(escaped_char, sizeof(escaped_char), "?\\%03u", in svn_xml_fuzzy_escape()338 svn_stringbuf_appendcstr(outstr, escaped_char); in svn_xml_fuzzy_escape()
754 char escaped_char[6]; /* ? \ u u u \0 */ in fuzzy_escape() local780 apr_snprintf(escaped_char, sizeof(escaped_char), "?\\%03u", in fuzzy_escape()782 svn_stringbuf_appendcstr(outstr, escaped_char); in fuzzy_escape()