Searched refs:escape_utf8 (Results 1 – 1 of 1) sorted by relevance
1037 escape_utf8(string, &mut repr); in string()1119 escape_utf8(valid, &mut repr); in c_string()1193 fn escape_utf8(string: &str, repr: &mut String) { in escape_utf8() function