Searched refs:unicode_encode_call_errorhandler (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 384 rep = unicode_encode_call_errorhandler( in STRINGLIB()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 351 unicode_encode_call_errorhandler(const char *errors, 5875 rep = unicode_encode_call_errorhandler( in _PyUnicode_EncodeUTF32() 6214 rep = unicode_encode_call_errorhandler( in _PyUnicode_EncodeUTF16() 6990 unicode_encode_call_errorhandler(const char *errors, in unicode_encode_call_errorhandler() function 7158 rep = unicode_encode_call_errorhandler(errors, &error_handler_obj, in unicode_encode_ucs1() 7946 rep = unicode_encode_call_errorhandler( in encode_code_page_errors() 8764 repunicode = unicode_encode_call_errorhandler(errors, error_handler_obj, in charmap_encoding_error()
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1494 Objects/unicodeobject.c unicode_encode_call_errorhandler argparse -
|