Home
last modified time | relevance | path

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

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