Home
last modified time | relevance | path

Searched refs:Py_UNICODE_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/stringlib/
Dunicodedefs.h12 #define STRINGLIB_SIZEOF_CHAR Py_UNICODE_SIZE
/third_party/python/Include/
Dunicodeobject.h71 #define Py_UNICODE_SIZE SIZEOF_WCHAR_T macro
77 #if Py_UNICODE_SIZE >= 4
/third_party/python/Include/cpython/
Dunicodeobject.h268 (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
/third_party/python/Objects/
Dunicodeobject.c2276 #if Py_UNICODE_SIZE == 2 in PyUnicode_FromWideChar()
5533 #if Py_UNICODE_SIZE == 2 in _Py_EncodeUTF8Ex()