/third_party/python/Objects/clinic/ |
H A D | longobject.c.h | 265 PyObject *byteorder = NULL; in int_to_bytes() local 356 PyObject *byteorder = NULL; int_from_bytes() local [all...] |
/third_party/python/Modules/ |
H A D | _codecsmodule.c | 307 int byteorder = 0; in _codecs_utf_16_decode_impl() local 329 int byteorder = -1; in _codecs_utf_16_le_decode_impl() local 351 int byteorder = 1; in _codecs_utf_16_be_decode_impl() local 377 _codecs_utf_16_ex_decode_impl(PyObject *module, Py_buffer *data, const char *errors, int byteorder, int final) _codecs_utf_16_ex_decode_impl() argument 405 int byteorder = 0; _codecs_utf_32_decode_impl() local 427 int byteorder = -1; _codecs_utf_32_le_decode_impl() local 449 int byteorder = 1; _codecs_utf_32_be_decode_impl() local 475 _codecs_utf_32_ex_decode_impl(PyObject *module, Py_buffer *data, const char *errors, int byteorder, int final) _codecs_utf_32_ex_decode_impl() argument 712 _codecs_utf_16_encode_impl(PyObject *module, PyObject *str, const char *errors, int byteorder) _codecs_utf_16_encode_impl() argument 768 _codecs_utf_32_encode_impl(PyObject *module, PyObject *str, const char *errors, int byteorder) _codecs_utf_32_encode_impl() argument [all...] |
H A D | _tkinter.c | 497 int byteorder = NATIVE_BYTEORDER; in unicodeFromTclObj() local
|
H A D | arraymodule.c | 2084 int byteorder = (mformat_code == UTF16_LE) ? -1 : 1; in array__array_reconstructor_impl() local 2094 int byteorder = (mformat_code == UTF32_LE) ? -1 : 1; in array__array_reconstructor_impl() local
|
/third_party/python/Modules/clinic/ |
H A D | _codecsmodule.c.h | 716 int byteorder = 0; in _codecs_utf_16_ex_decode() local 1005 int byteorder = 0; in _codecs_utf_32_ex_decode() local 1849 int byteorder = 0; _codecs_utf_16_encode() local 2031 int byteorder = 0; _codecs_utf_32_encode() local [all...] |
/third_party/python/Objects/ |
H A D | longobject.c | 5861 int_to_bytes_impl(PyObject *self, Py_ssize_t length, PyObject *byteorder, in int_to_bytes_impl() argument 5923 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, PyObject *byteorder, int is_signed) int_from_bytes_impl() argument [all...] |
H A D | unicodeobject.c | 5648 PyUnicode_DecodeUTF32(const char *s, Py_ssize_t size, const char *errors, int *byteorder) PyUnicode_DecodeUTF32() argument 5657 PyUnicode_DecodeUTF32Stateful(const char *s, Py_ssize_t size, const char *errors, int *byteorder, Py_ssize_t *consumed) PyUnicode_DecodeUTF32Stateful() argument 5802 _PyUnicode_EncodeUTF32(PyObject *str, const char *errors, int byteorder) _PyUnicode_EncodeUTF32() argument 5959 PyUnicode_DecodeUTF16(const char *s, Py_ssize_t size, const char *errors, int *byteorder) PyUnicode_DecodeUTF16() argument 5968 PyUnicode_DecodeUTF16Stateful(const char *s, Py_ssize_t size, const char *errors, int *byteorder, Py_ssize_t *consumed) PyUnicode_DecodeUTF16Stateful() argument 6123 _PyUnicode_EncodeUTF16(PyObject *str, const char *errors, int byteorder) _PyUnicode_EncodeUTF16() argument [all...] |