Home
last modified time | relevance | path

Searched refs:PyUnicode_AsWideCharString (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cffi/cffi/
D_cffi_errors.h113 text = PyUnicode_AsWideCharString(s, NULL); in _cffi_stop_error_capture()
/external/python/cpython3/Modules/
D_localemodule.c341 ws1 = PyUnicode_AsWideCharString(os1, NULL); in PyLocale_strcoll()
344 ws2 = PyUnicode_AsWideCharString(os2, NULL); in PyLocale_strcoll()
375 s = PyUnicode_AsWideCharString(str, &n1); in PyLocale_strxfrm()
D_winapi.c1115 command_line_copy = PyUnicode_AsWideCharString(command_line, NULL); in _winapi_CreateProcess_impl()
Dtimemodule.c774 format = PyUnicode_AsWideCharString(format_arg, NULL);
Doverlapped.c1460 Address = PyUnicode_AsWideCharString(AddressObj, NULL); in overlapped_ConnectPipe()
D_cursesmodule.c359 *wstr = PyUnicode_AsWideCharString(obj, NULL); in PyCurses_ConvertToString()
Darraymodule.c2687 wchar_t *ustr = PyUnicode_AsWideCharString(initial, &n); in array_new()
D_tkinter.c3558 wcs_path = PyUnicode_AsWideCharString(str_path, NULL); in PyInit__tkinter()
D_testcapimodule.c1894 buffer = PyUnicode_AsWideCharString(unicode, &size); in unicode_aswidecharstring()
5070 wstr = PyUnicode_AsWideCharString(unicode, NULL); in encode_locale_ex()
Dposixmodule.c5442 *out = PyUnicode_AsWideCharString(ub, &size); in fsconvert_strdup()
10728 wchar_t *env = PyUnicode_AsWideCharString(unicode, &size); in win32_putenv()
/external/python/cpython3/PC/
Dwinsound.c104 wsound = PyUnicode_AsWideCharString(sound, NULL); in winsound_PlaySound_impl()
Dpython3.def648 PyUnicode_AsWideCharString=python39.PyUnicode_AsWideCharString
Dwinreg.c610 *retDataBuf = (BYTE*)PyUnicode_AsWideCharString(value, &len); in Py2Reg()
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c83 decoded_wstr = PyUnicode_AsWideCharString(decoded, NULL); in _PyIO_get_console_type()
308 name = PyUnicode_AsWideCharString(decodedname, NULL); in _io__WindowsConsoleIO___init___impl()
/external/python/cpython3/Include/
Dunicodeobject.h313 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
/external/python/cpython3/Doc/c-api/
Darg.rst156 :c:func:`PyUnicode_AsWideCharString`.
165 :c:func:`PyUnicode_AsWideCharString`.
173 :c:func:`PyUnicode_AsWideCharString`.
181 :c:func:`PyUnicode_AsWideCharString`.
Dunicode.rst979 .. c:function:: wchar_t* PyUnicode_AsWideCharString(PyObject *unicode, Py_ssize_t *size)
/external/python/cpython3/Modules/_ctypes/
Dcfield.c1380 buffer = PyUnicode_AsWideCharString(value, NULL); in Z_set()
1424 wchar_t *wvalue = PyUnicode_AsWideCharString(value, &wsize); in BSTR_set()
Dcallproc.c721 pa->value.p = PyUnicode_AsWideCharString(obj, NULL); in ConvParam()
/external/python/cpython3/Doc/data/
Drefcounts.dat2473 PyUnicode_AsWideCharString:wchar_t*:::
2474 PyUnicode_AsWideCharString:PyObject*:unicode:0:
2475 PyUnicode_AsWideCharString:Py_ssize_t*:size::
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2275 :c:func:`PyUnicode_AsUnicodeAndSize`: use :c:func:`PyUnicode_AsWideCharString`
2284 :c:func:`PyUnicode_AsWideCharString`
D3.7.rst1714 :c:func:`PyUnicode_AsWideCharString` now raises a :exc:`ValueError` if the
/external/python/cpython3/Objects/
Dunicodeobject.c3229 PyUnicode_AsWideCharString(PyObject *unicode, in PyUnicode_AsWideCharString() function
3605 wchar_t *wstr = PyUnicode_AsWideCharString(unicode, &wlen); in unicode_encode_locale()
16030 wchar_t *wname = PyUnicode_AsWideCharString(name_obj, NULL); in config_get_codec_name()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst6304 PyUnicode_AsWideCharString() now raises a ValueError if the second argument
D3.8.0a1.rst8977 :c:func:`PyUnicode_AsWideChar` and :c:func:`PyUnicode_AsWideCharString` no

12