/third_party/python/PC/clinic/ |
H A D | winreg.c.h | 145 const Py_UNICODE *computer_name, HKEY key); 151 const Py_UNICODE *computer_name = NULL; in winreg_ConnectRegistry() 216 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key); 223 const Py_UNICODE *sub_key = NULL; in winreg_CreateKey() 294 const Py_UNICODE *sub_key, int reserved, 304 const Py_UNICODE *sub_key = NULL; in winreg_CreateKeyEx() 350 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key); 357 const Py_UNICODE *sub_key = NULL; in winreg_DeleteKey() 421 const Py_UNICODE *sub_key, REGSAM access, 431 const Py_UNICODE *sub_ke in winreg_DeleteKeyEx() [all...] |
H A D | _msi.c.h | 191 _msi_Record_SetString_impl(msiobj *self, int field, const Py_UNICODE *value); 198 const Py_UNICODE *value = NULL; in _msi_Record_SetString() 240 _msi_Record_SetStream_impl(msiobj *self, int field, const Py_UNICODE *value); 247 const Py_UNICODE *value = NULL; in _msi_Record_SetStream() 552 _msi_Database_OpenView_impl(msiobj *self, const Py_UNICODE *sql); 558 const Py_UNICODE *sql = NULL; in _msi_Database_OpenView() 647 _msi_OpenDatabase_impl(PyObject *module, const Py_UNICODE *path, int persist); 653 const Py_UNICODE *path = NULL; in _msi_OpenDatabase()
|
/third_party/python/PC/ |
H A D | winreg.c | 849 computer_name: Py_UNICODE(accept={str, NoneType}) 864 const Py_UNICODE *computer_name, HKEY key) in winreg_ConnectRegistry_impl() 888 sub_key: Py_UNICODE(accept={str, NoneType}) 904 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_CreateKey_impl() 932 sub_key: Py_UNICODE(accept={str, NoneType}) 953 const Py_UNICODE *sub_key, int reserved, in winreg_CreateKeyEx_impl() 982 sub_key: Py_UNICODE 997 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_DeleteKey_impl() 1019 sub_key: Py_UNICODE 1043 const Py_UNICODE *sub_ke in winreg_DeleteKeyEx_impl() [all...] |
H A D | _msi.c | 525 value: Py_UNICODE 532 _msi_Record_SetString_impl(msiobj *self, int field, const Py_UNICODE *value) in _msi_Record_SetString_impl() 546 value: Py_UNICODE 553 _msi_Record_SetStream_impl(msiobj *self, int field, const Py_UNICODE *value) in _msi_Record_SetStream_impl() 1044 sql: Py_UNICODE 1052 _msi_Database_OpenView_impl(msiobj *self, const Py_UNICODE *sql) in _msi_Database_OpenView_impl() 1186 path: Py_UNICODE 1196 _msi_OpenDatabase_impl(PyObject *module, const Py_UNICODE *path, int persist) in _msi_OpenDatabase_impl()
|
/third_party/python/Include/cpython/ |
H A D | unicodeobject.h | 5 /* Py_UNICODE was the native Unicode storage format (code unit) used by 7 With PEP 393, Py_UNICODE is deprecated and replaced with a 10 /* Py_DEPRECATED(3.3) */ typedef wchar_t Py_UNICODE; typedef 467 /* --- Plain Py_UNICODE --------------------------------------------------- */ 478 wstr/Py_UNICODE representation. This function is used to convert Unicode 591 /* Create a Unicode Object from the Py_UNICODE buffer u of the given 601 const Py_UNICODE *u, /* Unicode buffer */ 606 Py_UNICODE buffer. 607 If the wchar_t/Py_UNICODE representation is not yet available, this 609 Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicod [all...] |
/third_party/node/deps/v8/third_party/markupsafe/ |
H A D | _speedups.c | 26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE]; 59 Py_UNICODE *inp = PyUnicode_AS_UNICODE(in); in escape_unicode() 60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() 61 Py_UNICODE *next_escp; in escape_unicode() 62 Py_UNICODE *outp; in escape_unicode()
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
H A D | _speedups.c | 26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE]; 59 Py_UNICODE *inp = PyUnicode_AS_UNICODE(in); in escape_unicode() 60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() 61 Py_UNICODE *next_escp; in escape_unicode() 62 Py_UNICODE *outp; in escape_unicode()
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | _speedups.c | 26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE]; 59 Py_UNICODE *inp = PyUnicode_AS_UNICODE(in); in escape_unicode() 60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); in escape_unicode() 61 Py_UNICODE *next_escp; in escape_unicode() 62 Py_UNICODE *outp; in escape_unicode()
|
/third_party/python/Objects/stringlib/ |
H A D | unicodedefs.h | 13 #define STRINGLIB_CHAR Py_UNICODE
|
/third_party/python/Modules/clinic/ |
H A D | overlapped.c.h | 214 const Py_UNICODE *Name); 223 const Py_UNICODE *Name = NULL; in _overlapped_CreateEvent() 803 const Py_UNICODE *Address); 809 const Py_UNICODE *Address = NULL; in _overlapped_Overlapped_ConnectPipe()
|
H A D | _winapi.c.h | 386 const Py_UNICODE *application_name, 390 const Py_UNICODE *current_directory, 397 const Py_UNICODE *application_name = NULL; in _winapi_CreateProcess() 404 const Py_UNICODE *current_directory = NULL; in _winapi_CreateProcess()
|
H A D | posixmodule.c.h | 1744 os_system_impl(PyObject *module, const Py_UNICODE *command); 1753 const Py_UNICODE *command = NULL; in os_system() 7240 const Py_UNICODE *operation, const Py_UNICODE *arguments, 7252 const Py_UNICODE *operation = NULL; in os_startfile() 7253 const Py_UNICODE *arguments = NULL; in os_startfile()
|
/third_party/python/Python/ |
H A D | modsupport.c | 347 Py_UNICODE *u = va_arg(*p_va, Py_UNICODE *); in do_mkvalue()
|
H A D | getargs.c | 1015 case 'u': /* raw unicode buffer (Py_UNICODE *) */ in convertsimple() 1024 Py_UNICODE **p = va_arg(*p_va, Py_UNICODE **); in convertsimple()
|
/third_party/python/Modules/ |
H A D | overlapped.c | 435 Name: Py_UNICODE(accept={str, NoneType}) 446 const Py_UNICODE *Name) in _overlapped_CreateEvent_impl() 1349 Py_UNICODE *Host; in parse_address() 1609 addr as Address: Py_UNICODE 1617 const Py_UNICODE *Address) in _overlapped_Overlapped_ConnectPipe_impl()
|
H A D | _testcapimodule.c | 1772 Py_UNICODE *str; in getargs_u() 1781 Py_UNICODE *str; in getargs_u_hash() 1791 Py_UNICODE *str; in getargs_Z() 1803 Py_UNICODE *str; in getargs_Z_hash() 2008 Py_UNICODE *value; in test_u_code() 2051 const Py_UNICODE *value1, *value2; in test_Z_code() 2368 Py_UNICODE *data; in unicode_legacy_string() 2379 memcpy(PyUnicode_AS_UNICODE(u), data, len * sizeof(Py_UNICODE)); in unicode_legacy_string() 8254 const Py_UNICODE unicode[] = L"unicode"; in test_buildvalue_issue38913()
|
H A D | _winapi.c | 1049 application_name: Py_UNICODE(accept={str, NoneType}) 1059 current_directory: Py_UNICODE(accept={str, NoneType}) 1071 const Py_UNICODE *application_name, in _winapi_CreateProcess_impl() 1075 const Py_UNICODE *current_directory, in _winapi_CreateProcess_impl()
|
H A D | arraymodule.c | 1840 if (sizeof(Py_UNICODE) == 2) { in typecode_to_mformat_code() 1843 if (sizeof(Py_UNICODE) == 4) { in typecode_to_mformat_code()
|
H A D | posixmodule.c | 4964 command: Py_UNICODE 4970 os_system_impl(PyObject *module, const Py_UNICODE *command) in os_system_impl() 12692 operation: Py_UNICODE = NULL 12693 arguments: Py_UNICODE = NULL 12727 const Py_UNICODE *operation, const Py_UNICODE *arguments, in os_startfile_impl()
|
/third_party/python/Modules/_io/ |
H A D | fileio.c | 225 Py_UNICODE *widename = NULL;
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 1221 if (length > ((PY_SSIZE_T_MAX / (Py_ssize_t)sizeof(Py_UNICODE)) - 1)) { in _PyUnicode_New() 1233 new_size = sizeof(Py_UNICODE) * ((size_t)length + 1); in _PyUnicode_New() 1247 _PyUnicode_WSTR(unicode) = (Py_UNICODE*) PyObject_Malloc(new_size); in _PyUnicode_New() 2143 PyUnicode_FromUnicode(const Py_UNICODE *u, Py_ssize_t size) in PyUnicode_FromUnicode() 2218 _PyUnicode_CONVERT_BYTES(Py_UNICODE, unsigned char, in PyUnicode_FromWideChar() 2225 _PyUnicode_CONVERT_BYTES(Py_UNICODE, Py_UCS2, in PyUnicode_FromWideChar() 4198 Py_UNICODE * 4205 Py_UNICODE *w = _PyUnicode_WSTR(unicode); in PyUnicode_AsUnicodeAndSize() 4237 Py_UNICODE * 4243 const Py_UNICODE * [all...] |