_PyUnicodeUCS2_DecodeUnicodeInternal

_

  1. PyObject* _PyUnicodeUCS2_DecodeUnicodeInternal(const(char)* string, Py_ssize_t length, const(char)* errors)
    version(Python_Unicode_UCS2)
    _PyUnicodeUCS2_DecodeUnicodeInternal
    (
    const(char)* string
    ,,
    const(char)* errors
    )
  2. alias _PyUnicode_DecodeUnicodeInternal = _PyUnicodeUCS2_DecodeUnicodeInternal

Meta