/aosp_15_r20/external/python/cpython3/Modules/ |
D | getpath.c | 71 r = PyUnicode_FromWideChar(abs, -1); in getpath_abspath() 330 PyObject *r = PyUnicode_FromWideChar(_Py_normpath(final, -1), -1); in getpath_joinpath() 398 PyObject *u = PyUnicode_FromWideChar(p1, cb >= 0 ? cb + 1 : 0); in getpath_readlines() 408 PyObject *u = PyUnicode_FromWideChar(p1, -1); in getpath_readlines() 444 r = PyUnicode_FromWideChar(path, -1); in getpath_realpath() 502 r = PyUnicode_FromWideChar(resolved, -1); in getpath_realpath() 592 u = PyUnicode_FromWideChar(s, -1); in wchar_to_dict() 616 u = PyUnicode_FromWideChar(w, len); in decode_to_dict() 650 u = PyUnicode_FromWideChar(v, -1); in env_to_dict() 661 u = PyUnicode_FromWideChar(w, len); in env_to_dict()
|
D | main.c | 130 sys_path0 = PyUnicode_FromWideChar(filename, wcslen(filename)); in pymain_get_importer() 238 unicode = PyUnicode_FromWideChar(command, -1); in pymain_run_command() 283 module = PyUnicode_FromWideChar(modname, wcslen(modname)); in pymain_run_module() 367 PyObject *filename = PyUnicode_FromWideChar(config->run_filename, -1); in pymain_run_file() 372 PyObject *program_name = PyUnicode_FromWideChar(config->program_name, -1); in pymain_run_file() 400 startup = PyUnicode_FromWideChar(env, wcslen(env)); in pymain_run_startup()
|
D | _localemodule.c | 197 #define GET_LOCALE_STRING(ATTR) PyUnicode_FromWideChar(lc->_W_ ## ATTR, -1) in locale_decode_monetary() 273 #define GET_LOCALE_STRING(ATTR) PyUnicode_FromWideChar(lc->_W_ ## ATTR, -1) in _locale_localeconv_impl() 436 result = PyUnicode_FromWideChar(buf, n2); in _locale_strxfrm_impl()
|
D | _testinternalcapi.c | 392 PyObject *result = PyUnicode_FromWideChar(_Py_normpath(encoded, size), -1); in normalize_path() 475 res = PyUnicode_FromWideChar(wstr, wlen); in decode_locale_ex()
|
D | _winapi.c | 520 PyObject *temp = PyUnicode_FromWideChar(name, -1); in _winapi_CreateFileMapping_impl() 1323 return PyUnicode_FromWideChar(filename, wcslen(filename)); in _winapi_GetModuleFileName_impl() 1450 PyObject *temp = PyUnicode_FromWideChar(name, -1); in _winapi_OpenFileMapping_impl() 1599 PyObject *ret = PyUnicode_FromWideChar(dest, dest_size); in _winapi_LCMapStringEx_impl()
|
D | timemodule.c | 882 ret = PyUnicode_FromWideChar(outbuf, buflen); 1758 otz0 = PyUnicode_FromWideChar(tzinfo.StandardName, -1); 1762 otz1 = PyUnicode_FromWideChar(tzinfo.DaylightName, -1);
|
D | posixmodule.c | 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() [all …]
|
D | _testcapimodule.c | 1775 return PyUnicode_FromWideChar(str, -1); in getargs_u() 1785 return PyUnicode_FromWideChar(str, size); in getargs_u_hash() 1795 return PyUnicode_FromWideChar(str, -1); in getargs_Z() 1808 return PyUnicode_FromWideChar(str, size); in getargs_Z_hash() 2117 wide = PyUnicode_FromWideChar(wtext, wtextlen); in test_widechar() 2148 wide = PyUnicode_FromWideChar(invalid, 1); in test_widechar() 2209 result = PyUnicode_FromWideChar(buffer, buflen); in unicode_aswidechar() 2231 result = PyUnicode_FromWideChar(buffer, size + 1); in unicode_aswidecharstring()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | sysmodule.c | 868 return PyUnicode_FromWideChar(config->filesystem_encoding, -1); in sys_getfilesystemencoding_impl() 883 return PyUnicode_FromWideChar(config->filesystem_errors, -1); in sys_getfilesystemencodeerrors_impl() 1484 PyStructSequence_SET_ITEM(version, pos++, PyUnicode_FromWideChar(ver.szCSDVersion, -1)); in sys_getwindowsversion_impl() 2302 unicode = PyUnicode_FromWideChar(s, -1); in PySys_AddWarnOption() 2362 name = PyUnicode_FromWideChar(s, -1); in _PySys_AddXOptionWithError() 2367 name = PyUnicode_FromWideChar(s, name_end - s); in _PySys_AddXOptionWithError() 2368 value = PyUnicode_FromWideChar(name_end + 1, -1); in _PySys_AddXOptionWithError() 3021 name = PyUnicode_FromWideChar(s, -1); in sys_add_xoption() 3026 name = PyUnicode_FromWideChar(s, name_end - s); in sys_add_xoption() 3027 value = PyUnicode_FromWideChar(name_end + 1, -1); in sys_add_xoption() [all …]
|
D | dynload_win.c | 304 PyUnicode_FromWideChar(
|
D | pathconfig.c | 512 PyObject *path0_obj = PyUnicode_FromWideChar(path0, n); in _PyPathConfig_ComputeSysPath0()
|
D | errors.c | 813 message = PyUnicode_FromWideChar(s_buf, len); in PyErr_SetFromErrnoWithFilenameObjects() 915 message = PyUnicode_FromWideChar(s_buf, len); in PyErr_SetExcFromWindowsErrWithFilenameObjects()
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | winreg.c | 768 obData = PyUnicode_FromWideChar(data, len); in Reg2Py() 793 PyObject *uni = PyUnicode_FromWideChar(str[index], slen); in Reg2Py() 1133 retStr = PyUnicode_FromWideChar(tmpbuf, len); in winreg_EnumKey_impl() 1284 o = PyUnicode_FromWideChar(retValue, wcslen(retValue)); in winreg_ExpandEnvironmentStrings_impl() 1549 retStr = PyUnicode_FromWideChar(retBuf, wcslen(retBuf)); in winreg_QueryValue_impl()
|
D | _msi.c | 54 oresult = PyUnicode_FromWideChar(cresult, wcslen(cresult)); in _msi_UuidCreate_impl() 499 string = PyUnicode_FromWideChar(res, size); in _msi_Record_GetString_impl()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | unicodeobject.h | 197 # define PyUnicode_FromWideChar PyUnicodeUCS2_FromWideChar macro 284 # define PyUnicode_FromWideChar PyUnicodeUCS4_FromWideChar macro 574 PyAPI_FUNC(PyObject*) PyUnicode_FromWideChar(
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 423 # undef PyUnicode_FromWideChar 424 # define PyUnicode_FromWideChar PyUnicode_FromWideChar_fixed macro
|
D | cfield.c | 1215 return PyUnicode_FromWideChar((wchar_t *)ptr, 1); in u_get() 1228 result = PyUnicode_FromWideChar((wchar_t *)ptr, size); in U_get() 1243 PyObject *ob = PyUnicode_FromWideChar((wchar_t *)ptr, len); in U_get() 1484 return PyUnicode_FromWideChar(p, wcslen(p)); in Z_get() 1548 return PyUnicode_FromWideChar(p, SysStringLen(p)); in BSTR_get()
|
D | _ctypes.c | 1330 return PyUnicode_FromWideChar((wchar_t *)self->b_ptr, i); in WCharArray_get_value() 4499 return PyUnicode_FromWideChar(ptr + ilow, len); in Array_slice() 4578 return PyUnicode_FromWideChar(ptr + start, in Array_subscript() 4593 np = PyUnicode_FromWideChar(dest, slicelen); in Array_subscript() 5246 return PyUnicode_FromWideChar(ptr + ilow, len); in Pointer_slice() 5362 return PyUnicode_FromWideChar(ptr + start, in Pointer_subscript() 5371 np = PyUnicode_FromWideChar(dest, len); in Pointer_subscript() 5663 return PyUnicode_FromWideChar(ptr, ssize); in wstring_at()
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1171 return PyUnicode_FromWideChar((wchar_t *)ptr, 1); in u_get() 1195 return PyUnicode_FromWideChar((wchar_t *)ptr, len); in U_get() 1368 return PyUnicode_FromWideChar(p, wcslen(p)); in Z_get() 1426 return PyUnicode_FromWideChar(p, SysStringLen(p)); in BSTR_get()
|
D | _ctypes.c | 1382 return PyUnicode_FromWideChar((wchar_t *)self->b_ptr, i); in WCharArray_get_value() 4661 return PyUnicode_FromWideChar(ptr + start, in Array_subscript() 4676 np = PyUnicode_FromWideChar(dest, slicelen); in Array_subscript() 5355 return PyUnicode_FromWideChar(ptr + start, in Pointer_subscript() 5364 np = PyUnicode_FromWideChar(dest, len); in Pointer_subscript() 5659 return PyUnicode_FromWideChar(ptr, ssize); in wstring_at()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 281 PyAPI_FUNC(PyObject*) PyUnicode_FromWideChar(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 281 PyAPI_FUNC(PyObject*) PyUnicode_FromWideChar(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 281 PyAPI_FUNC(PyObject*) PyUnicode_FromWideChar(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 281 PyAPI_FUNC(PyObject*) PyUnicode_FromWideChar(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 281 PyAPI_FUNC(PyObject*) PyUnicode_FromWideChar(
|