Home
last modified time | relevance | path

Searched refs:repunicode (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c4400 PyObject *repunicode = NULL; in unicode_decode_call_errorhandler_wchar() local
4429 if (!PyArg_ParseTuple(restuple, argparse, &repunicode, &newpos)) in unicode_decode_call_errorhandler_wchar()
4454 repwlen = PyUnicode_GetSize(repunicode); in unicode_decode_call_errorhandler_wchar()
4459 repwlen = PyUnicode_AsWideChar(repunicode, NULL, 0); in unicode_decode_call_errorhandler_wchar()
4483 PyUnicode_AsWideChar(repunicode, *buf + *outpos, repwlen); in unicode_decode_call_errorhandler_wchar()
4513 PyObject *repunicode = NULL; in unicode_decode_call_errorhandler_writer() local
4543 if (!PyArg_ParseTuple(restuple, argparse, &repunicode, &newpos)) in unicode_decode_call_errorhandler_writer()
4566 replen = PyUnicode_GET_LENGTH(repunicode); in unicode_decode_call_errorhandler_writer()
4584 PyUnicode_MAX_CHAR_VALUE(repunicode)) == -1) in unicode_decode_call_errorhandler_writer()
4587 if (_PyUnicodeWriter_WriteStr(writer, repunicode) in unicode_decode_call_errorhandler_writer()
8676 PyObject *repunicode = NULL; /* initialize to prevent gcc warning */ charmap_encoding_error() local
9248 PyObject *repunicode = NULL; /* initialize to prevent gcc warning */ _PyUnicode_TranslateCharmap() local
[all...]

Completed in 20 milliseconds