Searched refs:PyUnicode_AsWideCharString (Results 1 – 23 of 23) sorted by relevance
/external/python/cpython3/Modules/ |
D | _localemodule.c | 311 ws1 = PyUnicode_AsWideCharString(os1, NULL); in PyLocale_strcoll() 314 ws2 = PyUnicode_AsWideCharString(os2, NULL); in PyLocale_strcoll() 345 s = PyUnicode_AsWideCharString(str, &n1); in PyLocale_strxfrm()
|
D | _winapi.c | 1048 command_line_copy = PyUnicode_AsWideCharString(command_line, NULL); in _winapi_CreateProcess_impl()
|
D | overlapped.c | 1324 Address = PyUnicode_AsWideCharString(AddressObj, NULL); in ConnectPipe()
|
D | timemodule.c | 755 format = PyUnicode_AsWideCharString(format_arg, NULL); in time_strftime()
|
D | _tkinter.c | 3529 wcs_path = PyUnicode_AsWideCharString(str_path, NULL); in PyInit__tkinter()
|
D | _cursesmodule.c | 349 *wstr = PyUnicode_AsWideCharString(obj, NULL); in PyCurses_ConvertToString()
|
D | _testcapimodule.c | 1854 buffer = PyUnicode_AsWideCharString(unicode, &size); in unicode_aswidecharstring()
|
D | posixmodule.c | 4840 *out = PyUnicode_AsWideCharString(ub, &size); in fsconvert_strdup()
|
/external/python/cpython3/PC/ |
D | winsound.c | 104 wsound = PyUnicode_AsWideCharString(sound, NULL); in winsound_PlaySound_impl()
|
D | python3.def | 647 PyUnicode_AsWideCharString=python37.PyUnicode_AsWideCharString
|
D | winreg.c | 591 *retDataBuf = (BYTE*)PyUnicode_AsWideCharString(value, &len); in Py2Reg()
|
/external/python/cpython3/Modules/_io/ |
D | winconsoleio.c | 82 decoded_wstr = PyUnicode_AsWideCharString(decoded, NULL); in _PyIO_get_console_type() 307 name = PyUnicode_AsWideCharString(decodedname, NULL); in _io__WindowsConsoleIO___init___impl()
|
/external/python/cpython3/Doc/c-api/ |
D | arg.rst | 156 :c:func:`PyUnicode_AsWideCharString`. 165 :c:func:`PyUnicode_AsWideCharString`. 173 :c:func:`PyUnicode_AsWideCharString`. 181 :c:func:`PyUnicode_AsWideCharString`.
|
D | unicode.rst | 951 .. c:function:: wchar_t* PyUnicode_AsWideCharString(PyObject *unicode, Py_ssize_t *size)
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 1064 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2432 PyUnicode_AsWideCharString:wchar_t*::: 2433 PyUnicode_AsWideCharString:PyObject*:unicode:0: 2434 PyUnicode_AsWideCharString:Py_ssize_t*:size::
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 693 pa->value.p = PyUnicode_AsWideCharString(obj, NULL); in ConvParam()
|
D | cfield.c | 1381 buffer = PyUnicode_AsWideCharString(value, NULL); in Z_set()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 2275 :c:func:`PyUnicode_AsUnicodeAndSize`: use :c:func:`PyUnicode_AsWideCharString` 2284 :c:func:`PyUnicode_AsWideCharString`
|
D | 3.7.rst | 1707 :c:func:`PyUnicode_AsWideCharString` now raises a :exc:`ValueError` if the
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 3010 PyUnicode_AsWideCharString(PyObject *unicode, in PyUnicode_AsWideCharString() function 3395 wchar_t *wstr = PyUnicode_AsWideCharString(unicode, &wlen); in unicode_encode_locale()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 6328 PyUnicode_AsWideCharString() now raises a ValueError if the second argument
|
/external/python/cpython3/Misc/ |
D | HISTORY | 11885 - Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace 11892 - Issue #9979: Create function PyUnicode_AsWideCharString().
|