Home
last modified time | relevance | path

Searched refs:PyUnicode_Tailmatch (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h211 # define PyUnicode_Tailmatch PyUnicodeUCS2_Tailmatch macro
298 # define PyUnicode_Tailmatch PyUnicodeUCS4_Tailmatch macro
1240 PyAPI_FUNC(Py_ssize_t) PyUnicode_Tailmatch(
/external/python/cpython2/Doc/data/
Drefcounts.dat1676 PyUnicode_Tailmatch:int:::
1677 PyUnicode_Tailmatch:PyObject*:str:0:
1678 PyUnicode_Tailmatch:PyObject*:substr:0:
1679 PyUnicode_Tailmatch:int:start::
1680 PyUnicode_Tailmatch:int:end::
1681 PyUnicode_Tailmatch:int:direction::
/external/python/cpython3/Include/
Dunicodeobject.h910 PyAPI_FUNC(Py_ssize_t) PyUnicode_Tailmatch(
/external/python/cpython3/Doc/data/
Drefcounts.dat2700 PyUnicode_Tailmatch:Py_ssize_t:::
2701 PyUnicode_Tailmatch:PyObject*:str:0:
2702 PyUnicode_Tailmatch:PyObject*:substr:0:
2703 PyUnicode_Tailmatch:Py_ssize_t:start::
2704 PyUnicode_Tailmatch:Py_ssize_t:end::
2705 PyUnicode_Tailmatch:int:direction::
/external/python/cpython3/PC/
Dpython3.def710 PyUnicode_Tailmatch=python39.PyUnicode_Tailmatch
/external/python/cpython3/Objects/
Dexceptions.c3001 match = PyUnicode_Tailmatch(self->text, print_prefix, in _check_for_legacy_statements()
3017 match = PyUnicode_Tailmatch(self->text, exec_prefix, start, text_len, -1); in _check_for_legacy_statements()
Dunicodeobject.c9850 PyUnicode_Tailmatch(PyObject *str, in PyUnicode_Tailmatch() function
/external/python/cpython2/Doc/c-api/
Dunicode.rst1038 .. c:function:: Py_ssize_t PyUnicode_Tailmatch(PyObject *str, PyObject *substr, Py_ssize_t start, P…
/external/python/cpython2/Objects/
Dstringobject.c2877 return PyUnicode_Tailmatch((PyObject *)self, in _string_tailmatch()
Dunicodeobject.c5466 Py_ssize_t PyUnicode_Tailmatch(PyObject *str, in PyUnicode_Tailmatch() function
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1444 broken since Python 3.3. The :c:func:`PyUnicode_Tailmatch` function can be
D3.3.rst2298 * :c:macro:`Py_UNICODE_strncmp`: use :c:func:`PyUnicode_Tailmatch`
/external/python/cpython3/Doc/c-api/
Dunicode.rst1629 .. c:function:: Py_ssize_t PyUnicode_Tailmatch(PyObject *str, PyObject *substr, \