Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h640 #define _PyUnicodeWriter_Prepare(WRITER, LENGTH, MAXCHAR) \ argument
641 (((MAXCHAR) <= (WRITER)->maxchar \
646 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))