Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h404 #define Py_UNICODE_MATCH(string, offset, substring) \ macro
/external/python/cpython3/Include/
Dunicodeobject.h178 #define Py_UNICODE_MATCH(string, offset, substring) \ macro
/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.3.rst2302 * :c:macro:`Py_UNICODE_MATCH`