Home
last modified time | relevance | path

Searched refs:PyUnicode_Find (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h187 # define PyUnicode_Find PyUnicodeUCS2_Find macro
274 # define PyUnicode_Find PyUnicodeUCS4_Find macro
1252 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
/external/python/cpython2/Doc/data/
Drefcounts.dat1683 PyUnicode_Find:int:::
1684 PyUnicode_Find:PyObject*:str:0:
1685 PyUnicode_Find:PyObject*:substr:0:
1686 PyUnicode_Find:int:start::
1687 PyUnicode_Find:int:end::
1688 PyUnicode_Find:int:direction::
/external/python/cpython3/Doc/data/
Drefcounts.dat2666 PyUnicode_Find:Py_ssize_t:::
2667 PyUnicode_Find:PyObject*:str:0:
2668 PyUnicode_Find:PyObject*:substr:0:
2669 PyUnicode_Find:Py_ssize_t:start::
2670 PyUnicode_Find:Py_ssize_t:end::
2671 PyUnicode_Find:int:direction::
/external/python/cpython3/PC/
Dpython3.def681 PyUnicode_Find=python37.PyUnicode_Find
/external/python/cpython3/Python/
Dast_unparse.c645 if (PyUnicode_Find(temp_fv_str, _str_open_br, 0, 1, 1) == 0) { in append_formattedvalue()
/external/python/cpython3/Include/
Dunicodeobject.h2002 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
/external/python/cpython2/Doc/c-api/
Dunicode.rst1050 .. c:function:: Py_ssize_t PyUnicode_Find(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssi…
/external/python/cpython2/Objects/
Dstringobject.c1730 return PyUnicode_Find( in string_find_internal()
Dunicodeobject.c5404 Py_ssize_t PyUnicode_Find(PyObject *str, in PyUnicode_Find() function
/external/python/cpython3/Doc/c-api/
Dunicode.rst1622 .. c:function:: Py_ssize_t PyUnicode_Find(PyObject *str, PyObject *substr, \
/external/python/cpython3/Objects/
Dunicodeobject.c9546 PyUnicode_Find(PyObject *str, in PyUnicode_Find() function