Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h919 #define _PyUnicodeWriter_Prepare(WRITER, LENGTH, MAXCHAR) \ argument
920 (((MAXCHAR) <= (WRITER)->maxchar \
925 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))