Searched refs:__Pyx_PyBytes_SingleTailmatch (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | StringTools.c | 561 static int __Pyx_PyBytes_SingleTailmatch(PyObject* self, PyObject* arg, Py_ssize_t start, in __Pyx_PyBytes_SingleTailmatch() function 635 result = __Pyx_PyBytes_SingleTailmatch(self, PyTuple_GET_ITEM(substr, i), in __Pyx_PyBytes_Tailmatch() 640 result = __Pyx_PyBytes_SingleTailmatch(self, sub, start, end, direction); in __Pyx_PyBytes_Tailmatch() 650 return __Pyx_PyBytes_SingleTailmatch(self, substr, start, end, direction); in __Pyx_PyBytes_Tailmatch()
|