Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c4871 static void raise_translate_exception(PyObject **exceptionObject, in raise_translate_exception() function
5134raise_translate_exception(&exc, startp, size, collstart-startp, collend-startp, reason); in PyUnicode_TranslateCharmap()