Lines Matching refs:Py_UCS4
125 ascii_escape_unichar(Py_UCS4 c, unsigned char *output, Py_ssize_t chars) in ascii_escape_unichar()
142 Py_UCS4 v = Py_UNICODE_HIGH_SURROGATE(c); in ascii_escape_unichar()
182 Py_UCS4 c = PyUnicode_READ(kind, input, i); in ascii_escape_unicode()
211 Py_UCS4 c = PyUnicode_READ(kind, input, i); in ascii_escape_unicode()
237 Py_UCS4 maxchar; in escape_unicode()
249 Py_UCS4 c = PyUnicode_READ(kind, input, i); in escape_unicode()
279 Py_UCS4 c = PyUnicode_READ(kind, input, i); \ in escape_unicode()
311 Py_UCS4 *output = PyUnicode_4BYTE_DATA(rval); in escape_unicode()
430 Py_UCS4 c = 0; in scanstring_unicode()
495 Py_UCS4 digit = PyUnicode_READ(kind, buf, next); in scanstring_unicode()
516 Py_UCS4 c2 = 0; in scanstring_unicode()
520 Py_UCS4 digit = PyUnicode_READ(kind, buf, next); in scanstring_unicode()