Searched refs:Py_UNICODE_MATCH (Results 1 – 5 of 5) sorted by relevance
404 #define Py_UNICODE_MATCH(string, offset, substring) \ macro
579 in C. Remove ``Py_UNICODE_MATCH`` which was deprecated and broken since
5456 if (Py_UNICODE_MATCH(self, end, substring)) in tailmatch()5459 if (Py_UNICODE_MATCH(self, start, substring)) in tailmatch()
1443 * Removed ``Py_UNICODE_MATCH``. It has been deprecated by :pep:`393`, and
2302 * :c:macro:`Py_UNICODE_MATCH`