Searched refs:Py_UNICODE (Results 1 – 22 of 22) sorted by relevance
26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE];59 Py_UNICODE *inp = PyUnicode_AS_UNICODE(in); in escape_unicode()60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode()61 Py_UNICODE *next_escp; in escape_unicode()62 Py_UNICODE *outp; in escape_unicode()
9 * :c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro:
305 Deprecate ``Py_UNICODE`` usage in ``c-api/arg`` document. ``Py_UNICODE``
545 Deprecate ``Py_UNICODE`` usage in ``c-api/arg`` document. ``Py_UNICODE``
3349 Removed ``Py_UNICODE_str*`` functions manipulating ``Py_UNICODE*`` strings.
6624 Deprecate the old ``Py_UNICODE`` and ``PY_UNICODE_TYPE`` types: use directly6625 the :c:type:`wchar_t` type instead. Since Python 3.3, ``Py_UNICODE`` and
6506 Deprecate ``Py_UNICODE`` usage in ``c-api/arg`` document. ``Py_UNICODE``
5081 Remove deprecated ``Py_UNICODE`` APIs: ``PyUnicode_Encode``,
6146 Remove legacy Unicode APIs based on ``Py_UNICODE*``.
57 ``Py_UNICODE``. This change doesn't affect its behavior because58 ``Py_UNICODE`` is alias of :c:type:`wchar_t` since Python 3.3.
33 typedef Py_UNICODE rchar;
10 Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE; typedef
22 typedef Py_UNICODE rchar;
2269 The :c:type:`Py_UNICODE` has been deprecated by :pep:`393` and will be2272 Unicode functions and methods using :c:type:`Py_UNICODE` and2273 :c:expr:`Py_UNICODE*` types:2291 Functions and macros manipulating Py_UNICODE* strings:2333 removed in Python 4 together with the rest of the (:c:type:`Py_UNICODE`) API.2474 * Due to :ref:`PEP 393 <pep-393>`, the :c:type:`Py_UNICODE` type and all
1115 * ``array('u')`` now uses :c:type:`wchar_t` as C type instead of ``Py_UNICODE``.1116 This change doesn't affect to its behavior because ``Py_UNICODE`` is alias
87 * :pep:`624`, Remove Py_UNICODE encoder APIs2222 * Removed ``Py_UNICODE_str*`` functions manipulating ``Py_UNICODE*`` strings.
1996 * Legacy Unicode APIs based on ``Py_UNICODE*`` representation has been removed.2000 ``Py_UNICODE*`` based format (e.g. ``u``, ``Z``) anymore. Please migrate
100 :ref:`Py_UNICODE encoder APIs have been removed <whatsnew311-pep624>`2692 * Remove the :c:type:`Py_UNICODE` encoder APIs,
2452 * Deprecate the old ``Py_UNICODE`` and ``PY_UNICODE_TYPE`` types2455 Since Python 3.3, ``Py_UNICODE`` and ``PY_UNICODE_TYPE``
23 The :c:type:`Py_UNICODE` representation has been removed since Python 3.1245 .. c:type:: Py_UNICODE
226 ``Py_UNICODE*`` representation.
11886 UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE and15125 and sizeof(Py_UNICODE) == 2.18256 - Py_UNICODE is unsigned. It was always documented as unsigned, but20570 usable as internal unicode type base for Py_UNICODE since the22743 'u' indicates Py_UNICODE arrays. For those, .tounicode and