| /external/python/cpython3/PC/clinic/ | 
| D | winreg.c.h | 165         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.h | 214     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.h | 115     text = PyUnicode_AsWideCharString(s, NULL);  in _cffi_stop_error_capture()
  | 
| /external/python/cpython3/Modules/ | 
| D | _localemodule.c | 363     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()
  | 
| D | overlapped.c | 1325         Host = PyUnicode_AsWideCharString(Host_obj, NULL);  in parse_address() 1353         Host = PyUnicode_AsWideCharString(Host_obj, NULL);  in parse_address()
  | 
| D | timemodule.c | 779     format = PyUnicode_AsWideCharString(format_arg, NULL);
  | 
| D | posixmodule.c | 1215         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.c | 1124         command_line_copy = PyUnicode_AsWideCharString(command_line, NULL);  in _winapi_CreateProcess_impl()
  | 
| /external/python/cpython3/PC/ | 
| D | winsound.c | 104         wsound = PyUnicode_AsWideCharString(sound, NULL);  in winsound_PlaySound_impl()
  | 
| D | _msi.c | 75     wchar_t *ws = PyUnicode_AsWideCharString(obj, NULL);  in utf8_to_wchar() 763         WCHAR *value = PyUnicode_AsWideCharString(data, NULL);  in _msi_SummaryInformation_SetProperty_impl()
  | 
| D | winreg.c | 610                     *retDataBuf = (BYTE*)PyUnicode_AsWideCharString(value, &len);  in Py2Reg() 1718     wchar_t *value = PyUnicode_AsWideCharString(value_obj, &value_length);  in winreg_SetValue_impl()
  | 
| D | python3dll.c | 623 EXPORT_FUNC(PyUnicode_AsWideCharString)
  | 
| /external/python/cpython3/Python/ | 
| D | dynload_win.c | 175     wchar_t *wpathname = PyUnicode_AsWideCharString(pathname, NULL);
  | 
| D | fileutils.c | 1224     wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL);  in _Py_stat() 1645     wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL);  in _Py_fopen_obj()
  | 
| D | initconfig.c | 1144         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/ | 
| D | winconsoleio.c | 80     decoded_wstr = PyUnicode_AsWideCharString(decoded, NULL);  in _PyIO_get_console_type() 294         name = PyUnicode_AsWideCharString(decodedname, NULL);  in _io__WindowsConsoleIO___init___impl()
  | 
| D | fileio.c | 279         widename = PyUnicode_AsWideCharString(stringobj, NULL);
  | 
| /external/python/cpython3/Include/ | 
| D | unicodeobject.h | 316 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
  | 
| /external/python/cpython3/Modules/clinic/ | 
| D | _winapi.c.h | 249     src_path = PyUnicode_AsWideCharString(args[0], NULL);  in _winapi_CreateJunction() 261     dst_path = PyUnicode_AsWideCharString(args[1], NULL);  in _winapi_CreateJunction()
  | 
| D | overlapped.c.h | 798     Address = PyUnicode_AsWideCharString(arg, NULL);  in _overlapped_Overlapped_ConnectPipe()
  | 
| /external/python/cpython3/Doc/c-api/ | 
| D | arg.rst | 154       :c:func:`PyUnicode_AsWideCharString`. 163       :c:func:`PyUnicode_AsWideCharString`. 171       :c:func:`PyUnicode_AsWideCharString`. 179       :c:func:`PyUnicode_AsWideCharString`.
  | 
| /external/python/cpython3/Modules/_ctypes/ | 
| D | callproc.c | 705         pa->value.p = PyUnicode_AsWideCharString(obj, NULL);  in ConvParam() 1360     WCHAR *name = PyUnicode_AsWideCharString(nameobj, NULL);  in load_library()
  | 
| D | cfield.c | 1349     buffer = PyUnicode_AsWideCharString(value, &bsize);  in Z_set() 1393         wchar_t *wvalue = PyUnicode_AsWideCharString(value, &wsize);  in BSTR_set()
  | 
| /external/python/cpython3/Doc/data/ | 
| D | stable_abi.dat | 698 function,PyUnicode_AsWideCharString,3.7,
  | 
| D | refcounts.dat | 2450 PyUnicode_AsWideCharString:wchar_t*::: 2451 PyUnicode_AsWideCharString:PyObject*:unicode:0: 2452 PyUnicode_AsWideCharString:Py_ssize_t*:size::
  |