Searched refs:_PyUnicodeWriter_PrepareInternal (Results 1 – 2 of 2) sorted by relevance
643 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))648 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
14102 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function14196 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()14238 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()