Searched refs:_PyUnicodeWriter_PrepareInternal (Results 1 – 2 of 2) sorted by relevance
925 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))930 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer,
13500 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, in _PyUnicodeWriter_PrepareInternal() function13594 return _PyUnicodeWriter_PrepareInternal(writer, 0, maxchar); in _PyUnicodeWriter_PrepareKindInternal()13636 if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1) in _PyUnicodeWriter_WriteStr()