Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.c67 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.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()
D_testinternalcapi.c387 wchar_t *encoded = PyUnicode_AsWideCharString(filename, &size); in normalize_path()
416 wstr = PyUnicode_AsWideCharString(unicode, NULL); in encode_locale_ex()
D_winapi.c1124 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()
Doverlapped.c1364 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/
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()
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.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()
/aosp_15_r20/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.c622 *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/
Dwinconsoleio.c81 decoded_wstr = PyUnicode_AsWideCharString(decoded, NULL); in _PyIO_get_console_type()
292 name = PyUnicode_AsWideCharString(decodedname, NULL); in _io__WindowsConsoleIO___init___impl()
Dfileio.c277 widename = PyUnicode_AsWideCharString(stringobj, NULL);
/aosp_15_r20/external/python/cpython3/Python/
Ddynload_win.c232 wchar_t *wpathname = PyUnicode_AsWideCharString(pathname, NULL);
Dfileutils.c1250 wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL); in _Py_stat()
1669 wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL); in _Py_fopen_obj()
Dinitconfig.c1218 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.h249 src_path = PyUnicode_AsWideCharString(args[0], NULL); in _winapi_CreateJunction()
261 dst_path = PyUnicode_AsWideCharString(args[1], NULL); in _winapi_CreateJunction()
Doverlapped.c.h818 Address = PyUnicode_AsWideCharString(arg, NULL); in _overlapped_Overlapped_ConnectPipe()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h312 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Darg.rst170 :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/
Dcallproc.c708 pa->value.p = PyUnicode_AsWideCharString(obj, NULL); in ConvParam()
1363 WCHAR *name = PyUnicode_AsWideCharString(nameobj, NULL); in load_library()
Dcfield.c1350 buffer = PyUnicode_AsWideCharString(value, &bsize); in Z_set()
1394 wchar_t *wvalue = PyUnicode_AsWideCharString(value, &wsize); in BSTR_set()

12