Home
last modified time | relevance | path

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

/aosp_15_r20/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(
/aosp_15_r20/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::
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2621 PyUnicode_Find:Py_ssize_t:::
2622 PyUnicode_Find:PyObject*:str:0:
2623 PyUnicode_Find:PyObject*:substr:0:
2624 PyUnicode_Find:Py_ssize_t:start::
2625 PyUnicode_Find:Py_ssize_t:end::
2626 PyUnicode_Find:int:direction::
Dstable_abi.dat751 function,PyUnicode_Find,3.2,,
Dpython3.11.abi810 …<elf-symbol name='PyUnicode_Find' type='func-type' binding='global-binding' visibility='default-vi…
10443PyUnicode_Find' mangled-name='PyUnicode_Find' filepath='Objects/unicodeobject.c' line='9690' colum…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h938 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h938 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h938 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h938 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h938 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
/aosp_15_r20/external/python/cpython3/Python/
Dast_unparse.c676 if (PyUnicode_Find(temp_fv_str, &_Py_STR(open_br), 0, 1, 1) == 0) { in append_formattedvalue()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c667 EXPORT_FUNC(PyUnicode_Find)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1510 [function.PyUnicode_Find]
/aosp_15_r20/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…
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1449 .. c:function:: Py_ssize_t PyUnicode_Find(PyObject *str, PyObject *substr, \
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c9690 PyUnicode_Find(PyObject *str, in PyUnicode_Find() function