PyUnicodeUCS4_DecodeUTF32Stateful

  1. PyObject* PyUnicodeUCS4_DecodeUTF32Stateful(const(char)* string, Py_ssize_t length, const(char)* errors, int* byteorder, Py_ssize_t* consumed)
    version(Python_2_6_Or_Later)
    PyUnicodeUCS4_DecodeUTF32Stateful
    (
    const(char)* string
    ,,
    const(char)* errors
    ,,
    )
  2. alias PyUnicode_DecodeUTF32Stateful = PyUnicodeUCS4_DecodeUTF32Stateful

Parameters

string
Type: const(char)*

UTF-32 encoded string

length

size of string

byteorder
Type: int*

pointer to byteorder to use 0=native;-1=LE,1=BE; updated on exit */ /// Availability: >= 2.

Meta