Home
last modified time | relevance | path

Searched defs:PyUnicode_KIND (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/py-acora/acora-2.3/acora/
H A Dacora_defs.h7 #define PyUnicode_KIND(u) (sizeof(Py_UNICODE)) macro
H A D_cacora.pyx31 cdef int PyUnicode_KIND(object u) function
/dports/archivers/py-rjsmin/rjsmin-1.1.0/
H A Dcext.h224 #define PyUnicode_KIND(x) (2) macro
226 #define PyUnicode_KIND(x) (4) macro
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Dpython.pxd22 cdef int PyUnicode_KIND(object u) function
/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h341 #define PyUnicode_KIND(op) \ macro
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dunicodeobject.h334 #define PyUnicode_KIND(op) \ macro
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h341 #define PyUnicode_KIND(op) \ macro
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h341 #define PyUnicode_KIND(op) \ macro
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dunicodeobject.h334 #define PyUnicode_KIND(op) \ macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h341 #define PyUnicode_KIND(op) \ macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h341 #define PyUnicode_KIND(op) \ macro
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dunicodeobject.h321 #define PyUnicode_KIND(op) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dunicodeobject.h334 #define PyUnicode_KIND(op) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dunicodeobject.h341 #define PyUnicode_KIND(op) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dunicodeobject.h334 #define PyUnicode_KIND(op) \ macro
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/includes/
H A Detree_defs.h84 #define PyUnicode_KIND(u) (sizeof(Py_UNICODE)) macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dunicodeobject.h456 #define PyUnicode_KIND(op) \ macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dunicodeobject.h472 #define PyUnicode_KIND(op) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dunicodeobject.h456 #define PyUnicode_KIND(op) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dunicodeobject.h456 #define PyUnicode_KIND(op) \ macro
/dports/devel/py-simplejson/simplejson-3.17.5/simplejson/
H A D_speedups.c20 #define PyUnicode_KIND(obj) (sizeof(Py_UNICODE)) macro