Searched refs:_PyUnicode_XStrip (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 1005 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 1005 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 1005 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 1005 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 1005 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | unicodeobject.h | 1330 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 622 "_PyUnicode_XStrip"
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 7062 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function 7136 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip() 7142 res = _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
|
D | stringobject.c | 1907 res = _PyUnicode_XStrip((PyUnicodeObject *)uniself, in do_argstrip()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 12510 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function 12667 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1315 …<elf-symbol name='_PyUnicode_XStrip' type='func-type' binding='global-binding' visibility='default… 10327 …_PyUnicode_XStrip' mangled-name='_PyUnicode_XStrip' filepath='Objects/unicodeobject.c' line='12510…
|