Home
last modified time | relevance | path

Searched refs:Py_UNICODE (Results 1 – 22 of 22) sorted by relevance

/external/libchrome/third_party/markupsafe/
D_speedups.c26 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()
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-3.15.rst9 * :c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro:
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b4.rst305 Deprecate ``Py_UNICODE`` usage in ``c-api/arg`` document. ``Py_UNICODE``
D3.6.6rc1.rst545 Deprecate ``Py_UNICODE`` usage in ``c-api/arg`` document. ``Py_UNICODE``
D3.10.0a1.rst3349 Removed ``Py_UNICODE_str*`` functions manipulating ``Py_UNICODE*`` strings.
D3.13.0a1.rst6624 Deprecate the old ``Py_UNICODE`` and ``PY_UNICODE_TYPE`` types: use directly
6625 the :c:type:`wchar_t` type instead. Since Python 3.3, ``Py_UNICODE`` and
D3.8.0a1.rst6506 Deprecate ``Py_UNICODE`` usage in ``c-api/arg`` document. ``Py_UNICODE``
D3.11.0a1.rst5081 Remove deprecated ``Py_UNICODE`` APIs: ``PyUnicode_Encode``,
D3.12.0a1.rst6146 Remove legacy Unicode APIs based on ``Py_UNICODE*``.
/external/python/cpython3/Doc/library/
Darray.rst57 ``Py_UNICODE``. This change doesn't affect its behavior because
58 ``Py_UNICODE`` is alias of :c:type:`wchar_t` since Python 3.3.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c33 typedef Py_UNICODE rchar;
/external/python/cpython3/Include/cpython/
Dunicodeobject.h10 Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE; typedef
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c22 typedef Py_UNICODE rchar;
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2269 The :c:type:`Py_UNICODE` has been deprecated by :pep:`393` and will be
2272 Unicode functions and methods using :c:type:`Py_UNICODE` and
2273 :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
D3.9.rst1115 * ``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
D3.10.rst87 * :pep:`624`, Remove Py_UNICODE encoder APIs
2222 * Removed ``Py_UNICODE_str*`` functions manipulating ``Py_UNICODE*`` strings.
D3.12.rst1996 * Legacy Unicode APIs based on ``Py_UNICODE*`` representation has been removed.
2000 ``Py_UNICODE*`` based format (e.g. ``u``, ``Z``) anymore. Please migrate
D3.11.rst100 :ref:`Py_UNICODE encoder APIs have been removed <whatsnew311-pep624>`
2692 * Remove the :c:type:`Py_UNICODE` encoder APIs,
D3.13.rst2452 * Deprecate the old ``Py_UNICODE`` and ``PY_UNICODE_TYPE`` types
2455 Since Python 3.3, ``Py_UNICODE`` and ``PY_UNICODE_TYPE``
/external/python/cpython3/Doc/c-api/
Dunicode.rst23 The :c:type:`Py_UNICODE` representation has been removed since Python 3.12
45 .. c:type:: Py_UNICODE
Darg.rst226 ``Py_UNICODE*`` representation.
/external/python/cpython3/Misc/
DHISTORY11886 UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE and
15125 and sizeof(Py_UNICODE) == 2.
18256 - Py_UNICODE is unsigned. It was always documented as unsigned, but
20570 usable as internal unicode type base for Py_UNICODE since the
22743 'u' indicates Py_UNICODE arrays. For those, .tounicode and