Home
last modified time | relevance | path

Searched refs:_PyUnicodeWriter_PrepareInternal (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dunicodeobject.h630 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
635 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h645 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
650 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dunicodeobject.h643 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
648 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h645 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
650 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h645 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
650 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dunicodeobject.h646 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
651 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h645 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
650 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h645 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
650 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dunicodeobject.h646 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
651 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dunicodeobject.h645 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
650 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dunicodeobject.h643 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
648 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dunicodeobject.h937 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
942 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/lang/python37/Python-3.7.12/Include/
H A Dunicodeobject.h925 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
930 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dunicodeobject.h925 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
930 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dunicodeobject.h925 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
930 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dunicodeobject.c13525 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
13619 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
13661 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dunicodeobject.c13525 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
13619 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
13661 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dunicodeobject.c13522 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
13616 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
13658 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dunicodeobject.c13824 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
13918 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
13960 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dunicodeobject.c13525 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
13619 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
13661 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dunicodeobject.c13525 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
13619 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
13661 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dunicodeobject.c13525 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
13619 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
13661 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dunicodeobject.c14083 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
14177 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
14219 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dunicodeobject.c13938 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
14032 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
14074 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()
/dports/lang/python39/Python-3.9.9/Doc/data/
H A Dpython3.9.abi1280 …<elf-symbol name='_PyUnicodeWriter_PrepareInternal' type='func-type' binding='global-binding' visi…
8699 …<function-decl name='_PyUnicodeWriter_PrepareInternal' mangled-name='_PyUnicodeWriter_PrepareInter…
10573_PyUnicodeWriter_PrepareInternal' mangled-name='_PyUnicodeWriter_PrepareInternal' filepath='Object…

12