Lines Matching refs:PyUnicode_FromWideChar
1633 k = PyUnicode_FromWideChar(*e, (Py_ssize_t)(p-*e)); in convertenviron()
1642 v = PyUnicode_FromWideChar(p+1, wcslen(p+1)); in convertenviron()
3789 PyObject *resobj = PyUnicode_FromWideChar(wbuf2, len); in posix_getcwd()
4055 v = PyUnicode_FromWideChar(wFileData.cFileName, in _listdir_windows_no_opendir()
4275 PyObject *str = PyUnicode_FromWideChar(abspath, wcslen(abspath)); in os__getfullpathname_impl()
4352 result = PyUnicode_FromWideChar(target_path, result_length); in os__getfinalpathname_impl()
4404 result = PyUnicode_FromWideChar(mountpath, wcslen(mountpath)); in os__getvolumepathname_impl()
4448 PyUnicode_FromWideChar(path->wide, rootLen), in os__path_splitroot_impl()
4449 PyUnicode_FromWideChar(path->wide + rootLen, -1) in os__path_splitroot_impl()
7852 result = PyUnicode_FromWideChar(user_name, num_chars - 1); in os_getlogin_impl()
8640 result = PyUnicode_FromWideChar(name, nameLen); in os_readlink_impl()
13855 entry->name = PyUnicode_FromWideChar(dataW->cFileName, -1); in DirEntry_from_find_data()
13868 entry->path = PyUnicode_FromWideChar(joined_path, -1); in DirEntry_from_find_data()