/aosp_15_r20/external/python/cpython3/Modules/ |
D | getpath.c | 67 path = PyUnicode_AsWideCharString(pathobj, &len); in getpath_abspath() 123 path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_isabs() 145 path = PyUnicode_AsWideCharString(pathobj, &len); in getpath_hassuffix() 147 suffix = PyUnicode_AsWideCharString(suffixobj, &suffixLen); in getpath_hassuffix() 178 path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_isdir() 204 path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_isfile() 231 path = PyUnicode_AsWideCharString(pathobj, &cchPath); in getpath_isxfile() 278 parts[i] = PyUnicode_AsWideCharString(s, &cch); in getpath_joinpath() 345 path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_readlines() 433 wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL); in getpath_realpath() [all …]
|
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 | _testinternalcapi.c | 387 wchar_t *encoded = PyUnicode_AsWideCharString(filename, &size); in normalize_path() 416 wstr = PyUnicode_AsWideCharString(unicode, NULL); in encode_locale_ex()
|
D | _winapi.c | 1124 command_line_copy = PyUnicode_AsWideCharString(command_line, NULL); in _winapi_CreateProcess_impl() 1558 wchar_t *locale_ = PyUnicode_AsWideCharString(locale, NULL); in _winapi_LCMapStringEx_impl() 1564 wchar_t *src_ = PyUnicode_AsWideCharString(src, &srcLenAsSsize); in _winapi_LCMapStringEx_impl()
|
D | overlapped.c | 1364 Host = PyUnicode_AsWideCharString(Host_obj, NULL); in parse_address() 1392 Host = PyUnicode_AsWideCharString(Host_obj, NULL); in parse_address()
|
/aosp_15_r20/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() 487 value = PyUnicode_AsWideCharString(args[1], NULL); in winreg_DeleteValue() 631 string = PyUnicode_AsWideCharString(arg, NULL); in winreg_ExpandEnvironmentStrings() 743 sub_key = PyUnicode_AsWideCharString(args[1], NULL); in winreg_LoadKey() 755 file_name = PyUnicode_AsWideCharString(args[2], NULL); in winreg_LoadKey() 971 sub_key = PyUnicode_AsWideCharString(args[1], NULL); in winreg_QueryValue() 1034 name = PyUnicode_AsWideCharString(args[1], NULL); in winreg_QueryValueEx() 1102 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()
|
/aosp_15_r20/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 | 622 *retDataBuf = (BYTE*)PyUnicode_AsWideCharString(value, &len); in Py2Reg() 1718 wchar_t *value = PyUnicode_AsWideCharString(value_obj, &value_length); in winreg_SetValue_impl()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | winconsoleio.c | 81 decoded_wstr = PyUnicode_AsWideCharString(decoded, NULL); in _PyIO_get_console_type() 292 name = PyUnicode_AsWideCharString(decodedname, NULL); in _io__WindowsConsoleIO___init___impl()
|
D | fileio.c | 277 widename = PyUnicode_AsWideCharString(stringobj, NULL);
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | dynload_win.c | 232 wchar_t *wpathname = PyUnicode_AsWideCharString(pathname, NULL);
|
D | fileutils.c | 1250 wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL); in _Py_stat() 1669 wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL); in _Py_fopen_obj()
|
D | initconfig.c | 1218 wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL); in config_dict_get_wstr() 1259 wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL); in config_dict_get_wstrlist()
|
/aosp_15_r20/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 | 818 Address = PyUnicode_AsWideCharString(arg, NULL); in _overlapped_Overlapped_ConnectPipe()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | arg.rst | 170 :c:func:`PyUnicode_AsWideCharString`. 179 :c:func:`PyUnicode_AsWideCharString`. 187 :c:func:`PyUnicode_AsWideCharString`. 195 :c:func:`PyUnicode_AsWideCharString`.
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 708 pa->value.p = PyUnicode_AsWideCharString(obj, NULL); in ConvParam() 1363 WCHAR *name = PyUnicode_AsWideCharString(nameobj, NULL); in load_library()
|
D | cfield.c | 1350 buffer = PyUnicode_AsWideCharString(value, &bsize); in Z_set() 1394 wchar_t *wvalue = PyUnicode_AsWideCharString(value, &wsize); in BSTR_set()
|