Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h705 _PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter *writer,
/external/python/cpython3/Objects/
Dunicodeobject.c3027 if (_PyUnicodeWriter_WriteLatin1String(writer, p, len) == -1) in unicode_fromformat_arg()
14083 _PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter *writer, in _PyUnicodeWriter_WriteLatin1String() function