Uses of Class
org.bytedeco.cpython._PyUnicodeWriter
Packages that use _PyUnicodeWriter
-
Uses of _PyUnicodeWriter in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return _PyUnicodeWriterModifier and TypeMethodDescription_PyUnicodeWriter.getPointer(long i) _PyUnicodeWriter.kind(int setter) _PyUnicodeWriter.maxchar(int setter) _PyUnicodeWriter.min_char(int setter) _PyUnicodeWriter.min_length(long setter) _PyUnicodeWriter.overallocate(byte setter) _PyUnicodeWriter.pos(long setter) _PyUnicodeWriter.position(long position) _PyUnicodeWriter.readonly(byte setter) _PyUnicodeWriter.size(long setter) -
Uses of _PyUnicodeWriter in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type _PyUnicodeWriterModifier and TypeMethodDescriptionstatic voidpython._PyUnicodeWriter_Dealloc(_PyUnicodeWriter writer) static PyObjectpython._PyUnicodeWriter_Finish(_PyUnicodeWriter writer) static voidpython._PyUnicodeWriter_Init(_PyUnicodeWriter writer) static intpython._PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter writer, long length, int maxchar) static intpython._PyUnicodeWriter_PrepareKindInternal(_PyUnicodeWriter writer, int kind) static intpython._PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter writer, String str, long len) static intpython._PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter writer, BytePointer str, long len) static intpython._PyUnicodeWriter_WriteChar(_PyUnicodeWriter writer, int ch) static intpython._PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter writer, String str, long len) static intpython._PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter writer, BytePointer str, long len) static intpython._PyUnicodeWriter_WriteStr(_PyUnicodeWriter writer, PyObject str) static intpython._PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter writer, PyObject str, long start, long end)