Searched refs:unicode_encode_call_errorhandler (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 383 rep = unicode_encode_call_errorhandler( in STRINGLIB()
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 3566 static PyObject *unicode_encode_call_errorhandler(const char *errors, in unicode_encode_call_errorhandler() function 3740 repunicode = unicode_encode_call_errorhandler(errors, &errorHandler, in unicode_encode_ucs1() 4746 repunicode = unicode_encode_call_errorhandler(errors, errorHandler, in charmap_encoding_error() 5308 repunicode = unicode_encode_call_errorhandler(errors, &errorHandler, in PyUnicode_EncodeDecimal()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 310 unicode_encode_call_errorhandler(const char *errors, 5462 rep = unicode_encode_call_errorhandler( in _PyUnicode_EncodeUTF32() 5814 rep = unicode_encode_call_errorhandler( in _PyUnicode_EncodeUTF16() 6665 unicode_encode_call_errorhandler(const char *errors, in unicode_encode_call_errorhandler() function 6834 rep = unicode_encode_call_errorhandler(errors, &error_handler_obj, in unicode_encode_ucs1() 7627 rep = unicode_encode_call_errorhandler( in encode_code_page_errors() 8487 repunicode = unicode_encode_call_errorhandler(errors, error_handler_obj, in charmap_encoding_error()
|