Searched refs:UNICHR (Results 1 – 1 of 1) sorted by relevance
15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)… macro33 escaped_chars_repl['"'] = UNICHR("""); in init_constants()34 escaped_chars_repl['\''] = UNICHR("'"); in init_constants()35 escaped_chars_repl['&'] = UNICHR("&"); in init_constants()36 escaped_chars_repl['<'] = UNICHR("<"); in init_constants()37 escaped_chars_repl['>'] = UNICHR(">"); in init_constants()