numpy
2.0.0
|
Go to the source code of this file.
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) |
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>
Referenced by LONGDOUBLE_setitem().