Home
last modified time | relevance | path

Searched refs:_Py_ConvertWCharForm (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dfileutils.c954 _Py_ConvertWCharForm(const wchar_t *source, Py_ssize_t size, in _Py_ConvertWCharForm() function
1006 return _Py_ConvertWCharForm(native, size, "UCS-4-INTERNAL", "wchar_t"); in _Py_DecodeNonUnicodeWchar()
1024 wchar_t* result = _Py_ConvertWCharForm(unicode, size, "wchar_t", "UCS-4-INTERNAL"); in _Py_EncodeNonUnicodeWchar_InPlace()