Searched refs:unicode_encode_call_errorhandler (Results  1 – 4 of 4) sorted by relevance
| /external/python/cpython3/Objects/stringlib/ | 
| D | codecs.h | 384                 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()  function3740                 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 | 356 unicode_encode_call_errorhandler(const char *errors,5976         rep = unicode_encode_call_errorhandler(  in _PyUnicode_EncodeUTF32()
 6328         rep = unicode_encode_call_errorhandler(  in _PyUnicode_EncodeUTF16()
 7126 unicode_encode_call_errorhandler(const char *errors,  in unicode_encode_call_errorhandler()  function
 7294                 rep = unicode_encode_call_errorhandler(errors, &error_handler_obj,  in unicode_encode_ucs1()
 8101         rep = unicode_encode_call_errorhandler(  in encode_code_page_errors()
 8955         repunicode = unicode_encode_call_errorhandler(errors, error_handler_obj,  in charmap_encoding_error()
 
 | 
| /external/python/cpython3/Tools/c-analyzer/cpython/ | 
| D | ignored.tsv | 1561 Objects/unicodeobject.c	unicode_encode_call_errorhandler	argparse	-
 |