Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h659 #define _PyUnicodeWriter_PrepareKind(WRITER, KIND) \ macro
/external/python/cpython3/Objects/
Dunicodeobject.c5091 if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0) in unicode_decode_utf8()
7206 if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0) in PyUnicode_DecodeASCII()