Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h646 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
651 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/external/python/cpython3/Objects/
Dunicodeobject.c13842 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
13936 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
13978 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()