Searched refs:escape_str (Results 1 – 6 of 6) sorted by relevance
73 fn escape_str(s: &str, dispatch: fn(char) -> Value) -> Cow<str> { in escape_str() function95 escape_str(s, Value::dispatch_for_attribute) in escape_str_attribute()111 escape_str(s, Value::dispatch_for_pcdata) in escape_str_pcdata()
181 def escape_str(s): function185 % '\\\n '.join(itertools.chain(*[escape_str(s) for s in strtab.keys()])))
66 local function escape_str(s) function139 return '"' .. escape_str(obj) .. '"'
166 void print_quoted_string_ex(const char *, bool quote, const char *escape_str);