Lines Matching refs:Py_UNICODE
1081 a: Py_UNICODE
1082 b: Py_UNICODE(accept={str})
1083 c: Py_UNICODE(accept={str, NoneType})
1084 d: Py_UNICODE(zeroes=True)
1085 e: Py_UNICODE(accept={str, NoneType}, zeroes=True)
1099 test_Py_UNICODE_converter_impl(PyObject *module, const Py_UNICODE *a,
1100 const Py_UNICODE *b, const Py_UNICODE *c,
1101 const Py_UNICODE *d,
1103 const Py_UNICODE *e,
1110 const Py_UNICODE *a;
1111 const Py_UNICODE *b;
1112 const Py_UNICODE *c;
1113 const Py_UNICODE *d;
1115 const Py_UNICODE *e;
1129 test_Py_UNICODE_converter_impl(PyObject *module, const Py_UNICODE *a,
1130 const Py_UNICODE *b, const Py_UNICODE *c,
1131 const Py_UNICODE *d,
1133 const Py_UNICODE *e,