Home
last modified time | relevance | path

Searched refs:Py_UNICODE_MATCH (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h404 #define Py_UNICODE_MATCH(string, offset, substring) \ macro
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b4.rst579 in C. Remove ``Py_UNICODE_MATCH`` which was deprecated and broken since
/external/python/cpython2/Objects/
Dunicodeobject.c5456 if (Py_UNICODE_MATCH(self, end, substring)) in tailmatch()
5459 if (Py_UNICODE_MATCH(self, start, substring)) in tailmatch()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1443 * Removed ``Py_UNICODE_MATCH``. It has been deprecated by :pep:`393`, and
D3.3.rst2302 * :c:macro:`Py_UNICODE_MATCH`