|
numpy
2.0.0
|
#include <Python.h>#include <locale.h>#include <stdio.h>#include "numpy/arrayobject.h"#include "numpy/npy_math.h"#include "npy_config.h"#include "npy_pycompat.h"#include "ctors.h"Defines | |
| #define | NPY_NO_DEPRECATED_API NPY_API_VERSION |
| #define | PY_SSIZE_T_CLEAN |
| #define | _MULTIARRAYMODULE |
Functions | |
| NPY_NO_EXPORT int | PyUCS2Buffer_FromUCS4 (Py_UNICODE *ucs2, npy_ucs4 *ucs4, int ucs4length) |
| NPY_NO_EXPORT int | PyUCS2Buffer_AsUCS4 (Py_UNICODE *ucs2, npy_ucs4 *ucs4, int ucs2len, int ucs4len) |
| NPY_NO_EXPORT PyUnicodeObject * | PyUnicode_FromUCS4 (char *src, Py_ssize_t size, int swap, int align) |
| #define _MULTIARRAYMODULE |
| #define NPY_NO_DEPRECATED_API NPY_API_VERSION |
| #define PY_SSIZE_T_CLEAN |
| NPY_NO_EXPORT int PyUCS2Buffer_AsUCS4 | ( | Py_UNICODE * | ucs2, |
| npy_ucs4 * | ucs4, | ||
| int | ucs2len, | ||
| int | ucs4len | ||
| ) |
<
| NPY_NO_EXPORT int PyUCS2Buffer_FromUCS4 | ( | Py_UNICODE * | ucs2, |
| npy_ucs4 * | ucs4, | ||
| int | ucs4length | ||
| ) |
| NPY_NO_EXPORT PyUnicodeObject* PyUnicode_FromUCS4 | ( | char * | src, |
| Py_ssize_t | size, | ||
| int | swap, | ||
| int | align | ||
| ) |
</blockquote>