Lines Matching refs:PyUnicode_FromWideChar
1639 k = PyUnicode_FromWideChar(*e, (Py_ssize_t)(p-*e)); in convertenviron()
1648 v = PyUnicode_FromWideChar(p+1, wcslen(p+1)); in convertenviron()
3818 PyObject *resobj = PyUnicode_FromWideChar(wbuf2, len); in posix_getcwd()
4084 v = PyUnicode_FromWideChar(wFileData.cFileName, in _listdir_windows_no_opendir()
4345 PyObject *str = PyUnicode_FromWideChar(abspath, wcslen(abspath)); in os__getfullpathname_impl()
4422 result = PyUnicode_FromWideChar(target_path, result_length); in os__getfinalpathname_impl()
4474 result = PyUnicode_FromWideChar(mountpath, wcslen(mountpath)); in os__getvolumepathname_impl()
4518 PyUnicode_FromWideChar(path->wide, rootLen), in os__path_splitroot_impl()
4519 PyUnicode_FromWideChar(path->wide + rootLen, -1) in os__path_splitroot_impl()
4555 PyObject *result = PyUnicode_FromWideChar(_Py_normpath(buffer, len), -1); in os__path_normpath_impl()
7961 result = PyUnicode_FromWideChar(user_name, num_chars - 1); in os_getlogin_impl()
8764 result = PyUnicode_FromWideChar(name, nameLen); in os_readlink_impl()
14020 entry->name = PyUnicode_FromWideChar(dataW->cFileName, -1); in DirEntry_from_find_data()
14033 entry->path = PyUnicode_FromWideChar(joined_path, -1); in DirEntry_from_find_data()