Home
last modified time | relevance | path

Searched refs:_Py_ctype_toupper (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/python27/Python-2.7.18/Include/
H A Dpyctype.h26 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
29 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dpyctype.h26 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
29 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpyctype.h26 extern const unsigned char _Py_ctype_toupper[256];
29 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/lang/python38/Python-3.8.12/Include/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/lang/python37/Python-3.7.12/Include/
H A Dpyctype.h27 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
30 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/lang/python39/Python-3.9.9/Include/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dpyctype.h27 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
30 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dpyctype.h30 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
33 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dpyctype.h27 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
30 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dpyctype.h27 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
30 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dpyctype.h27 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
30 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dpyctype.h27 PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
30 #define Py_TOUPPER(c) (_Py_ctype_toupper[Py_CHARMASK(c)])
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpyctype.c180 const unsigned char _Py_ctype_toupper[256] = { variable
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpyctype.c180 const unsigned char _Py_ctype_toupper[256] = { variable
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpyctype.c180 const unsigned char _Py_ctype_toupper[256] = { variable
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dpyctype.c180 const unsigned char _Py_ctype_toupper[256] = { variable
/dports/lang/python37/Python-3.7.12/Python/
H A Dpyctype.c180 const unsigned char _Py_ctype_toupper[256] = { variable
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dpyctype.c180 const unsigned char _Py_ctype_toupper[256] = { variable
/dports/lang/python27/Python-2.7.18/Python/
H A Dpyctype.c180 const unsigned char _Py_ctype_toupper[256] = { variable

12