Searched refs:escape_str (Results 1 – 6 of 6) sorted by relevance
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);
49 escape_str = "\\U" + padded_hex_str50 return escape_str.decode("unicode-escape")