Searched refs:Py_UNICODE_MATCH (Results 1 – 4 of 4) sorted by relevance
404 #define Py_UNICODE_MATCH(string, offset, substring) \ macro
178 #define Py_UNICODE_MATCH(string, offset, substring) \ macro
5456 if (Py_UNICODE_MATCH(self, end, substring)) in tailmatch()5459 if (Py_UNICODE_MATCH(self, start, substring)) in tailmatch()
2302 * :c:macro:`Py_UNICODE_MATCH`