Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h637 #define _PyUnicodeWriter_Prepare(WRITER, LENGTH, MAXCHAR) \ argument
638 (((MAXCHAR) <= (WRITER)->maxchar \
643 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))