Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h817 _PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter *writer,
/third_party/python/Objects/
Dunicodeobject.c3074 if (_PyUnicodeWriter_WriteLatin1String(writer, p, len) == -1) in unicode_fromformat_arg()
14020 _PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter *writer, in _PyUnicodeWriter_WriteLatin1String() function