Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dunicodeobject.h308 PyUnicode_WCHAR_KIND = 0, enumerator
772 (assert((KIND) != PyUnicode_WCHAR_KIND), \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dunicodeobject.h308 PyUnicode_WCHAR_KIND = 0, enumerator
772 (assert((KIND) != PyUnicode_WCHAR_KIND), \
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dunicodeobject.h308 PyUnicode_WCHAR_KIND = 0, enumerator
772 (assert((KIND) != PyUnicode_WCHAR_KIND), \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dunicodeobject.h308 PyUnicode_WCHAR_KIND = 0, enumerator
772 (assert((KIND) != PyUnicode_WCHAR_KIND), \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dunicodeobject.h308 PyUnicode_WCHAR_KIND = 0, enumerator
772 (assert((KIND) != PyUnicode_WCHAR_KIND), \
/aosp_15_r20/external/python/cpython3/Python/
Dtraceback.c1104 if (kind == PyUnicode_WCHAR_KIND) { in _Py_DumpASCII()
1151 if (kind != PyUnicode_WCHAR_KIND) in _Py_DumpASCII()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c276 assert(kind != PyUnicode_WCHAR_KIND); in unicode_fill()
533 if (kind == PyUnicode_WCHAR_KIND) { in _PyUnicode_CheckConsistency()
559 if (kind != PyUnicode_WCHAR_KIND) { in _PyUnicode_CheckConsistency()
581 if (check_content && kind != PyUnicode_WCHAR_KIND) { in _PyUnicode_CheckConsistency()
1173 if (_PyUnicode_KIND(unicode) != PyUnicode_WCHAR_KIND) { in resize_copy()
1794 assert(_PyUnicode_KIND(unicode) == PyUnicode_WCHAR_KIND); in _PyUnicode_Ready()
1968 if (ascii->state.kind != PyUnicode_WCHAR_KIND && ascii->length == 1) { in unicode_is_singleton()
2010 if (_PyUnicode_KIND(unicode) == PyUnicode_WCHAR_KIND) in unicode_resize()
4208 assert(_PyUnicode_KIND(unicode) != PyUnicode_WCHAR_KIND); in PyUnicode_AsUnicodeAndSize()
13744 writer->kind = PyUnicode_WCHAR_KIND; in _PyUnicodeWriter_Update()
[all …]
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst139 .. c:macro:: PyUnicode_WCHAR_KIND
149 ``PyUnicode_WCHAR_KIND`` is deprecated.
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2609 * :c:macro:`PyUnicode_WCHAR_KIND`
D3.3.rst2198 :c:data:`PyUnicode_WCHAR_KIND`, :c:data:`PyUnicode_1BYTE_KIND`,
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi8625 <enumerator name='PyUnicode_WCHAR_KIND' value='0'/>