Home
last modified time | relevance | path

Searched refs:create_unicode_buffer (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_buffers.py32 b = create_unicode_buffer(32)
37 b = create_unicode_buffer("abc")
48 self.assertRaises(TypeError, create_unicode_buffer, b"abc")
52 b = create_unicode_buffer("abc")
67 b = create_unicode_buffer(s)
Dtest_unicode.py19 buf = ctypes.create_unicode_buffer("abc")
22 buf = ctypes.create_unicode_buffer("ab\xe4\xf6\xfc")
Dtest_memfunctions.py68 p = create_unicode_buffer("Hello, World")
69 a = create_unicode_buffer(1000000)
Dtest_arrays.py122 p = create_unicode_buffer("foo")
/third_party/python/PC/
Dvalidate_ucrtbase.py8 from ctypes import (c_buffer, POINTER, byref, create_unicode_buffer,
51 name = create_unicode_buffer(name_len)
/third_party/python/Tools/unicode/
Dgenwincodec.py24 buf = ctypes.create_unicode_buffer(2)
/third_party/python/PC/layout/support/
Dappxmanifest.py210 result = ctypes.create_unicode_buffer(256)
/third_party/python/Lib/test/support/
Dos_helper.py311 buffer = ctypes.create_unicode_buffer(len(path) * 2)
/third_party/python/Lib/ctypes/
D__init__.py273 def create_unicode_buffer(init, size=None): function
/third_party/python/Lib/test/
Dtest_ntpath.py41 result = ctypes.create_unicode_buffer(result_len)
Dtest_os.py904 buf = ctypes.create_unicode_buffer("", 100)
/third_party/python/Doc/library/
Dctypes.rst337 :func:`create_unicode_buffer` function.
1879 .. function:: create_unicode_buffer(init_or_size, size=None)
1893 .. audit-event:: ctypes.create_unicode_buffer init,size ctypes.create_unicode_buffer
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst2993 :func:`ctypes.create_unicode_buffer()` now also supports non-BMP characters