Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h643 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
648 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
/third_party/python/Objects/
Dunicodeobject.c14102 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function
14196 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()
14238 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()