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

/external/python/cpython3/Objects/stringlib/
H A Dcodecs.h383 rep = unicode_encode_call_errorhandler(
/external/python/cpython2/Objects/
H A Dunicodeobject.c3566 static PyObject *unicode_encode_call_errorhandler(const char *errors, function
3740 repunicode = unicode_encode_call_errorhandler(errors, &errorHandler,
4746 repunicode = unicode_encode_call_errorhandler(errors, errorHandler,
5308 repunicode = unicode_encode_call_errorhandler(errors, &errorHandler,
/external/python/cpython3/Objects/
H A Dunicodeobject.c262 unicode_encode_call_errorhandler(const char *errors,
5437 rep = unicode_encode_call_errorhandler(
5789 rep = unicode_encode_call_errorhandler(
6641 unicode_encode_call_errorhandler(const char *errors, function
6810 rep = unicode_encode_call_errorhandler(errors, &error_handler_obj,
7613 rep = unicode_encode_call_errorhandler(
8475 repunicode = unicode_encode_call_errorhandler(errors, error_handler_obj,

Completed in 128 milliseconds