Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h404 #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()