Home
last modified time | relevance | path

Searched refs:unicode_encode_call_errorhandler (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dcodecs.h385 rep = unicode_encode_call_errorhandler( in STRINGLIB()
/external/python/cpython2/Objects/
Dunicodeobject.c3566 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/
Dunicodeobject.c348 unicode_encode_call_errorhandler(const char *errors,
5778 rep = unicode_encode_call_errorhandler( in _PyUnicode_EncodeUTF32()
6130 rep = unicode_encode_call_errorhandler( in _PyUnicode_EncodeUTF16()
6879 unicode_encode_call_errorhandler(const char *errors, in unicode_encode_call_errorhandler() function
7047 rep = unicode_encode_call_errorhandler(errors, &error_handler_obj, in unicode_encode_ucs1()
7834 rep = unicode_encode_call_errorhandler( in encode_code_page_errors()
8686 repunicode = unicode_encode_call_errorhandler(errors, error_handler_obj, in charmap_encoding_error()