Searched defs:inp_end (Results 1 – 3 of 3) sorted by relevance
20 #define GET_DELTA(inp, inp_end, delta) \ argument35 #define DO_ESCAPE(inp, inp_end, outp) \ argument95 Py_UCS1 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind1() local121 Py_UCS2 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind2() local147 Py_UCS4 *inp_end = inp + PyUnicode_GET_LENGTH(in); in escape_unicode_kind4() local
60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() local