Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h938 #define _PyUnicodeWriter_PrepareKind(WRITER, KIND) \ macro
/external/python/cpython3/Objects/
Dunicodeobject.c4921 if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0) in PyUnicode_DecodeUTF8Stateful()
6994 if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0) in PyUnicode_DecodeASCII()