Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c4886 static PyObject *unicode_translate_call_errorhandler(const char *errors, in unicode_translate_call_errorhandler() function
5160 repunicode = unicode_translate_call_errorhandler(errors, &errorHandler, in PyUnicode_TranslateCharmap()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv1495 Objects/unicodeobject.c unicode_translate_call_errorhandler argparse -
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c8926 unicode_translate_call_errorhandler(const char *errors, in unicode_translate_call_errorhandler() function
9286 repunicode = unicode_translate_call_errorhandler(errors, &errorHandler, in _PyUnicode_TranslateCharmap()