Lines Matching refs:Py_UCS4
117 ascii_escape_unichar(Py_UCS4 c, unsigned char *output, Py_ssize_t chars) in ascii_escape_unichar()
134 Py_UCS4 v = Py_UNICODE_HIGH_SURROGATE(c); in ascii_escape_unichar()
174 Py_UCS4 c = PyUnicode_READ(kind, input, i); in ascii_escape_unicode()
203 Py_UCS4 c = PyUnicode_READ(kind, input, i); in ascii_escape_unicode()
229 Py_UCS4 maxchar; in escape_unicode()
241 Py_UCS4 c = PyUnicode_READ(kind, input, i); in escape_unicode()
271 Py_UCS4 c = PyUnicode_READ(kind, input, i); \ in escape_unicode()
303 Py_UCS4 *output = PyUnicode_4BYTE_DATA(rval); in escape_unicode()
413 Py_UCS4 c; in scanstring_unicode()
416 Py_UCS4 d = 0; in scanstring_unicode()
491 Py_UCS4 digit = PyUnicode_READ(kind, buf, next); in scanstring_unicode()
512 Py_UCS4 c2 = 0; in scanstring_unicode()
516 Py_UCS4 digit = PyUnicode_READ(kind, buf, next); in scanstring_unicode()