/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/ |
H A D | unicodedata.py | 203 ucnhash_CAPI = None variable
|
/dports/databases/py-sqlite3/Python-3.8.12/Python/ |
H A D | codecs.c | 966 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 988 if (!ucnhash_CAPI) { in PyCodec_NameReplaceErrors() 990 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors() 992 if (!ucnhash_CAPI) in PyCodec_NameReplaceErrors() 998 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors() 1021 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
|
/dports/databases/py-gdbm/Python-3.8.12/Python/ |
H A D | codecs.c | 966 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 988 if (!ucnhash_CAPI) { in PyCodec_NameReplaceErrors() 990 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors() 992 if (!ucnhash_CAPI) in PyCodec_NameReplaceErrors() 998 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors() 1021 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
|
/dports/lang/python-tools/Python-3.8.12/Python/ |
H A D | codecs.c | 966 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 988 if (!ucnhash_CAPI) { in PyCodec_NameReplaceErrors() 990 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors() 992 if (!ucnhash_CAPI) in PyCodec_NameReplaceErrors() 998 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors() 1021 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
|
/dports/lang/python37/Python-3.7.12/Python/ |
H A D | codecs.c | 962 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 984 if (!ucnhash_CAPI) { in PyCodec_NameReplaceErrors() 986 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors() 988 if (!ucnhash_CAPI) in PyCodec_NameReplaceErrors() 994 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors() 1017 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
|
/dports/lang/python38/Python-3.8.12/Python/ |
H A D | codecs.c | 966 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 988 if (!ucnhash_CAPI) { in PyCodec_NameReplaceErrors() 990 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors() 992 if (!ucnhash_CAPI) in PyCodec_NameReplaceErrors() 998 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors() 1021 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
|
/dports/lang/python39/Python-3.9.9/Python/ |
H A D | codecs.c | 957 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 979 if (!ucnhash_CAPI) { in PyCodec_NameReplaceErrors() 981 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors() 983 if (!ucnhash_CAPI) in PyCodec_NameReplaceErrors() 989 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors() 1012 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/ |
H A D | codecs.c | 966 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 988 if (!ucnhash_CAPI) { in PyCodec_NameReplaceErrors() 990 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors() 992 if (!ucnhash_CAPI) in PyCodec_NameReplaceErrors() 998 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors() 1021 if (ucnhash_CAPI->getname(NULL, c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
|
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/ |
H A D | unicodedata.pyi | 4 ucnhash_CAPI: Any
|
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/ |
H A D | unicodedata.pyi | 5 ucnhash_CAPI: Any
|
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/ |
H A D | unicodedata.pyi | 5 ucnhash_CAPI: Any
|
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/ |
H A D | unicodedata.pyi | 5 ucnhash_CAPI: Any
|
/dports/lang/python27/Python-2.7.18/Objects/ |
H A D | unicodeobject.c | 2820 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 2964 if (ucnhash_CAPI == NULL) { in PyUnicode_DecodeUnicodeEscape() 2966 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape() 2967 if (ucnhash_CAPI == NULL) in PyUnicode_DecodeUnicodeEscape() 2980 ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1), &chr)) in PyUnicode_DecodeUnicodeEscape()
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
H A D | unicodeobject.c | 2726 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 2888 if (ucnhash_CAPI == NULL) { in PyUnicode_DecodeUnicodeEscape() 2890 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape() 2891 if (ucnhash_CAPI == NULL) in PyUnicode_DecodeUnicodeEscape() 2903 if (ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1), &chr)) in PyUnicode_DecodeUnicodeEscape()
|
/dports/lang/python-legacy/Python-2.7.18/Objects/ |
H A D | unicodeobject.c | 2820 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 2964 if (ucnhash_CAPI == NULL) { in PyUnicode_DecodeUnicodeEscape() 2966 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape() 2967 if (ucnhash_CAPI == NULL) in PyUnicode_DecodeUnicodeEscape() 2980 ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1), &chr)) in PyUnicode_DecodeUnicodeEscape()
|
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/ |
H A D | known.tsv | 1868 Objects/unicodeobject.c - ucnhash_CAPI variable static _PyUnicode_Name_CAPI *ucnhash_CAPI 1869 Python/codecs.c - ucnhash_CAPI variable static _PyUnicode_Name_CAPI *ucnhash_CAPI
|
/dports/databases/py-gdbm/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 6060 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 6213 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6215 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscape() 6217 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6239 ucnhash_CAPI->getcode(NULL, start, (int)namelen, in _PyUnicode_DecodeUnicodeEscape()
|
/dports/lang/python-tools/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 6060 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 6213 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6215 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscape() 6217 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6239 ucnhash_CAPI->getcode(NULL, start, (int)namelen, in _PyUnicode_DecodeUnicodeEscape()
|
/dports/lang/python37/Python-3.7.12/Objects/ |
H A D | unicodeobject.c | 5918 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 6071 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6073 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscape() 6075 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6097 ucnhash_CAPI->getcode(NULL, start, (int)namelen, in _PyUnicode_DecodeUnicodeEscape()
|
/dports/lang/python38/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 6060 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 6213 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6215 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscape() 6217 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6239 ucnhash_CAPI->getcode(NULL, start, (int)namelen, in _PyUnicode_DecodeUnicodeEscape()
|
/dports/databases/py-sqlite3/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 6060 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 6213 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6215 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscape() 6217 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6239 ucnhash_CAPI->getcode(NULL, start, (int)namelen, in _PyUnicode_DecodeUnicodeEscape()
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 6060 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 6213 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6215 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscape() 6217 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscape() 6239 ucnhash_CAPI->getcode(NULL, start, (int)namelen, in _PyUnicode_DecodeUnicodeEscape()
|
/dports/lang/python39/Python-3.9.9/Objects/ |
H A D | unicodeobject.c | 6271 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable 6426 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscapeInternal() 6428 ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal() 6430 if (ucnhash_CAPI == NULL) { in _PyUnicode_DecodeUnicodeEscapeInternal() 6458 ucnhash_CAPI->getcode(NULL, start, (int)namelen, in _PyUnicode_DecodeUnicodeEscapeInternal()
|
/dports/lang/python310/Python-3.10.1/Doc/whatsnew/ |
H A D | 3.10.rst | 1790 * Removed the ``unicodedata.ucnhash_CAPI`` attribute which was an internal 2155 ``unicodedata.ucnhash_CAPI`` has been moved to the internal C API.
|
/dports/lang/python311/Python-3.11.0a3/Doc/whatsnew/ |
H A D | 3.10.rst | 1794 * Removed the ``unicodedata.ucnhash_CAPI`` attribute which was an internal 2159 ``unicodedata.ucnhash_CAPI`` has been moved to the internal C API.
|