/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 426 # undef PyUnicode_AsWideChar 427 # define PyUnicode_AsWideChar PyUnicode_AsWideChar_fixed macro
|
D | cfield.c | 1285 PyUnicode_AsWideChar((PyUnicodeObject *)value, (wchar_t *)ptr, size); in U_set() 1458 if (-1 == PyUnicode_AsWideChar((PyUnicodeObject *)value, in Z_set()
|
D | callproc.c | 707 if (-1 == PyUnicode_AsWideChar((PyUnicodeObject *)obj, in ConvParam()
|
D | _ctypes.c | 1362 result = PyUnicode_AsWideChar((PyUnicodeObject *)value, in WCharArray_set_value()
|
/external/python/cpython2/Include/ |
D | unicodeobject.h | 159 # define PyUnicode_AsWideChar PyUnicodeUCS2_AsWideChar macro 246 # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar macro 591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
|
/external/python/cpython2/Modules/ |
D | _localemodule.c | 323 if (PyUnicode_AsWideChar((PyUnicodeObject*)os1, ws1, len1) == -1) in PyLocale_strcoll() 332 if (PyUnicode_AsWideChar((PyUnicodeObject*)os2, ws2, len2) == -1) in PyLocale_strcoll()
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 840 size = PyUnicode_AsWideChar(key, NULL, 0); in getenvironment() 848 size = PyUnicode_AsWideChar(value, NULL, 0); in getenvironment() 868 Py_ssize_t size = PyUnicode_AsWideChar(key, p, end - p); in getenvironment() 872 size = PyUnicode_AsWideChar(value, p, end - p); in getenvironment()
|
D | arraymodule.c | 261 Py_ssize_t len = PyUnicode_AsWideChar(u, NULL, 0); in u_setitem() 269 len = PyUnicode_AsWideChar(u, &w, 1); in u_setitem() 1733 Py_ssize_t ustr_length = PyUnicode_AsWideChar(ustr, NULL, 0); in array_array_fromunicode_impl() 1743 PyUnicode_AsWideChar( in array_array_fromunicode_impl()
|
D | _cursesmodule.c | 314 if (PyUnicode_AsWideChar(obj, buffer, 2) != 1) { in PyCurses_ConvertToCchar_t() 4445 if (PyUnicode_AsWideChar(obj, buffer, 2) != 1) { in PyCurses_ConvertToWchar_t()
|
D | _testcapimodule.c | 2004 size = PyUnicode_AsWideChar(unicode, buffer, buflen); in unicode_aswidechar()
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 302 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1152 len = PyUnicode_AsWideChar(value, chars, 2); in u_set() 1210 Py_ssize_t size = PyUnicode_AsWideChar(value, NULL, 0); in U_set() 1224 if (PyUnicode_AsWideChar(value, (wchar_t *)ptr, length) == -1) { in U_set()
|
D | _ctypes.c | 1388 Py_ssize_t len = PyUnicode_AsWideChar(value, NULL, 0); in WCharArray_set_value() 1399 if (PyUnicode_AsWideChar(value, (wchar_t *)self->b_ptr, size) < 0) { in WCharArray_set_value()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1504 PyUnicode_AsWideChar:int::: 1505 PyUnicode_AsWideChar:PyObject*:*unicode:0: 1506 PyUnicode_AsWideChar:wchar_t*:w:: 1507 PyUnicode_AsWideChar:int:size::
|
/external/python/cpython3/PC/ |
D | winreg.c | 657 len = PyUnicode_AsWideChar(t, NULL, 0); in Py2Reg() 681 len = PyUnicode_AsWideChar(t, P, size); in Py2Reg()
|
D | python3dll.c | 622 EXPORT_FUNC(PyUnicode_AsWideChar)
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2445 PyUnicode_AsWideChar:Py_ssize_t::: 2446 PyUnicode_AsWideChar:PyObject*:*unicode:0: 2447 PyUnicode_AsWideChar:wchar_t*:w:: 2448 PyUnicode_AsWideChar:Py_ssize_t:size::
|
D | stable_abi.dat | 697 function,PyUnicode_AsWideChar,3.2,
|
/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 718 :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsWideChar`, 745 :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsWideChar`, 952 .. c:function:: Py_ssize_t PyUnicode_AsWideChar(PyObject *unicode, wchar_t *w, Py_ssize_t size)
|
/external/python/cpython3/Misc/ |
D | stable_abi.txt | 1376 function PyUnicode_AsWideChar
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 391 .. c:function:: Py_ssize_t PyUnicode_AsWideChar(PyUnicodeObject *unicode, wchar_t *w, Py_ssize_t si…
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 3306 PyUnicode_AsWideChar(PyObject *unicode, in PyUnicode_AsWideChar() function 4529 repwlen = PyUnicode_AsWideChar(repunicode, NULL, 0); in unicode_decode_call_errorhandler_wchar() 4553 PyUnicode_AsWideChar(repunicode, *buf + *outpos, repwlen); in unicode_decode_call_errorhandler_wchar()
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 1089 Py_ssize_t PyUnicode_AsWideChar(PyUnicodeObject *unicode, in PyUnicode_AsWideChar() function
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 4506 sz1 = PyUnicode_AsWideChar((PyUnicodeObject *)filename_unicode, in b_do_dlopen()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 8977 :c:func:`PyUnicode_AsWideChar` and :c:func:`PyUnicode_AsWideCharString` no
|