Lines Matching refs:Py_UNICODE
139 ``u`` (:class:`str`) [const Py_UNICODE \*]
141 Unicode characters. You must pass the address of a :c:type:`Py_UNICODE`
143 Unicode buffer. Please note that the width of a :c:type:`Py_UNICODE`
153 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
156 ``u#`` (:class:`str`) [const Py_UNICODE \*, :c:type:`Py_ssize_t`]
162 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
165 ``Z`` (:class:`str` or ``None``) [const Py_UNICODE \*]
167 :c:type:`Py_UNICODE` pointer is set to ``NULL``.
170 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
173 ``Z#`` (:class:`str` or ``None``) [const Py_UNICODE \*, :c:type:`Py_ssize_t`]
175 :c:type:`Py_UNICODE` pointer is set to ``NULL``.
178 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using