Home
last modified time | relevance | path

Searched refs:_PyUnicode_COMPACT_DATA (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dunicodeobject.h321 static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) { in _PyUnicode_COMPACT_DATA() function
338 return _PyUnicode_COMPACT_DATA(op); in PyUnicode_DATA()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dunicodeobject.h321 static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) { in _PyUnicode_COMPACT_DATA() function
338 return _PyUnicode_COMPACT_DATA(op); in PyUnicode_DATA()
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dunicodeobject.h321 static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) { in _PyUnicode_COMPACT_DATA() function
338 return _PyUnicode_COMPACT_DATA(op); in PyUnicode_DATA()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dunicodeobject.h321 static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) { in _PyUnicode_COMPACT_DATA() function
338 return _PyUnicode_COMPACT_DATA(op); in PyUnicode_DATA()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dunicodeobject.h321 static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) { in _PyUnicode_COMPACT_DATA() function
338 return _PyUnicode_COMPACT_DATA(op); in PyUnicode_DATA()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c1317 return _PyUnicode_COMPACT_DATA(unicode); in _PyUnicode_compact_data()
1326 printf("compact data %p\n", _PyUnicode_COMPACT_DATA(unicode)); in _PyUnicode_data()