Lines Matching refs:Py_UNICODE
1577 Py_UNICODE *str; in getargs_u()
1586 Py_UNICODE *str; in getargs_u_hash()
1596 Py_UNICODE *str; in getargs_Z()
1608 Py_UNICODE *str; in getargs_Z_hash()
1813 Py_UNICODE *value; in test_u_code()
1856 const Py_UNICODE *value1, *value2; in test_Z_code()
2173 Py_UNICODE *unicode; in unicode_encodedecimal()
2208 Py_UNICODE *unicode; in unicode_transformdecimaltoascii()
2218 Py_UNICODE *data; in unicode_legacy_string()
2229 memcpy(PyUnicode_AS_UNICODE(u), data, len * sizeof(Py_UNICODE)); in unicode_legacy_string()
7380 const Py_UNICODE unicode[] = L"unicode"; in test_buildvalue_issue38913()