Home
last modified time | relevance | path

Searched defs:PyUnicode_Tailmatch (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h211 # define PyUnicode_Tailmatch PyUnicodeUCS2_Tailmatch macro
298 # define PyUnicode_Tailmatch PyUnicodeUCS4_Tailmatch macro
/external/python/cpython2/Objects/
Dunicodeobject.c5466 Py_ssize_t PyUnicode_Tailmatch(PyObject *str, in PyUnicode_Tailmatch() function
/external/python/cpython3/Objects/
Dunicodeobject.c10119 PyUnicode_Tailmatch(PyObject *str, in PyUnicode_Tailmatch() function