Home
last modified time | relevance | path

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

12

/external/python/cpython3/PC/clinic/
Dwinreg.c.h165 computer_name = PyUnicode_AsWideCharString(args[0], NULL); in winreg_ConnectRegistry()
239 sub_key = PyUnicode_AsWideCharString(args[1], NULL); in winreg_CreateKey()
372 sub_key = PyUnicode_AsWideCharString(args[1], NULL); in winreg_DeleteKey()
484 value = PyUnicode_AsWideCharString(args[1], NULL); in winreg_DeleteValue()
628 string = PyUnicode_AsWideCharString(arg, NULL); in winreg_ExpandEnvironmentStrings()
740 sub_key = PyUnicode_AsWideCharString(args[1], NULL); in winreg_LoadKey()
752 file_name = PyUnicode_AsWideCharString(args[2], NULL); in winreg_LoadKey()
968 sub_key = PyUnicode_AsWideCharString(args[1], NULL); in winreg_QueryValue()
1031 name = PyUnicode_AsWideCharString(args[1], NULL); in winreg_QueryValueEx()
1099 file_name = PyUnicode_AsWideCharString(args[1], NULL); in winreg_SaveKey()
D_msi.c.h214 value = PyUnicode_AsWideCharString(args[1], NULL); in _msi_Record_SetString()
263 value = PyUnicode_AsWideCharString(args[1], NULL); in _msi_Record_SetStream()
567 sql = PyUnicode_AsWideCharString(arg, NULL); in _msi_Database_OpenView()
666 path = PyUnicode_AsWideCharString(args[0], NULL); in _msi_OpenDatabase()
/external/python/cffi/cffi/
D_cffi_errors.h115 text = PyUnicode_AsWideCharString(s, NULL); in _cffi_stop_error_capture()
/external/python/cpython3/Modules/
D_localemodule.c363 ws1 = PyUnicode_AsWideCharString(os1, NULL); in _locale_strcoll_impl()
366 ws2 = PyUnicode_AsWideCharString(os2, NULL); in _locale_strcoll_impl()
399 s = PyUnicode_AsWideCharString(str, &n1); in _locale_strxfrm_impl()
Doverlapped.c1325 Host = PyUnicode_AsWideCharString(Host_obj, NULL); in parse_address()
1353 Host = PyUnicode_AsWideCharString(Host_obj, NULL); in parse_address()
Dtimemodule.c779 format = PyUnicode_AsWideCharString(format_arg, NULL);
Dposixmodule.c1215 wide = PyUnicode_AsWideCharString(o, &length); in path_converter()
1316 wide = PyUnicode_AsWideCharString(wo, &length); in path_converter()
5569 *out = PyUnicode_AsWideCharString(ub, &size); in fsconvert_strdup()
10889 wchar_t *env = PyUnicode_AsWideCharString(unicode, &size); in win32_putenv()
13488 wchar_t *path = PyUnicode_AsWideCharString(ub, NULL); in DirEntry_fetch_stat()
13723 wchar_t *path = PyUnicode_AsWideCharString(unicode, NULL); in os_DirEntry_inode_impl()
D_winapi.c1124 command_line_copy = PyUnicode_AsWideCharString(command_line, NULL); in _winapi_CreateProcess_impl()
/external/python/cpython3/PC/
Dwinsound.c104 wsound = PyUnicode_AsWideCharString(sound, NULL); in winsound_PlaySound_impl()
D_msi.c75 wchar_t *ws = PyUnicode_AsWideCharString(obj, NULL); in utf8_to_wchar()
763 WCHAR *value = PyUnicode_AsWideCharString(data, NULL); in _msi_SummaryInformation_SetProperty_impl()
Dwinreg.c610 *retDataBuf = (BYTE*)PyUnicode_AsWideCharString(value, &len); in Py2Reg()
1718 wchar_t *value = PyUnicode_AsWideCharString(value_obj, &value_length); in winreg_SetValue_impl()
Dpython3dll.c623 EXPORT_FUNC(PyUnicode_AsWideCharString)
/external/python/cpython3/Python/
Ddynload_win.c175 wchar_t *wpathname = PyUnicode_AsWideCharString(pathname, NULL);
Dfileutils.c1224 wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL); in _Py_stat()
1645 wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL); in _Py_fopen_obj()
Dinitconfig.c1144 wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL); in config_dict_get_wstr()
1185 wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL); in config_dict_get_wstrlist()
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c80 decoded_wstr = PyUnicode_AsWideCharString(decoded, NULL); in _PyIO_get_console_type()
294 name = PyUnicode_AsWideCharString(decodedname, NULL); in _io__WindowsConsoleIO___init___impl()
Dfileio.c279 widename = PyUnicode_AsWideCharString(stringobj, NULL);
/external/python/cpython3/Include/
Dunicodeobject.h316 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
/external/python/cpython3/Modules/clinic/
D_winapi.c.h249 src_path = PyUnicode_AsWideCharString(args[0], NULL); in _winapi_CreateJunction()
261 dst_path = PyUnicode_AsWideCharString(args[1], NULL); in _winapi_CreateJunction()
Doverlapped.c.h798 Address = PyUnicode_AsWideCharString(arg, NULL); in _overlapped_Overlapped_ConnectPipe()
/external/python/cpython3/Doc/c-api/
Darg.rst154 :c:func:`PyUnicode_AsWideCharString`.
163 :c:func:`PyUnicode_AsWideCharString`.
171 :c:func:`PyUnicode_AsWideCharString`.
179 :c:func:`PyUnicode_AsWideCharString`.
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c705 pa->value.p = PyUnicode_AsWideCharString(obj, NULL); in ConvParam()
1360 WCHAR *name = PyUnicode_AsWideCharString(nameobj, NULL); in load_library()
Dcfield.c1349 buffer = PyUnicode_AsWideCharString(value, &bsize); in Z_set()
1393 wchar_t *wvalue = PyUnicode_AsWideCharString(value, &wsize); in BSTR_set()
/external/python/cpython3/Doc/data/
Dstable_abi.dat698 function,PyUnicode_AsWideCharString,3.7,
Drefcounts.dat2450 PyUnicode_AsWideCharString:wchar_t*:::
2451 PyUnicode_AsWideCharString:PyObject*:unicode:0:
2452 PyUnicode_AsWideCharString:Py_ssize_t*:size::

12