Searched refs:escaped_char (Results 1 – 3 of 3) 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()
722 char escaped_char[6]; /* ? \ u u u \0 */ in fuzzy_escape() local748 apr_snprintf(escaped_char, sizeof(escaped_char), "?\\%03u", in fuzzy_escape()750 svn_stringbuf_appendcstr(outstr, escaped_char); in fuzzy_escape()
547 (str_translate_to_html): Output the unescaped escaped_char.