Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c8935 Py_ssize_t i_newpos; in unicode_translate_call_errorhandler() local
8959 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()
8963 if (i_newpos<0) in unicode_translate_call_errorhandler()
8964 *newpos = PyUnicode_GET_LENGTH(unicode)+i_newpos; in unicode_translate_call_errorhandler()
8966 *newpos = i_newpos; in unicode_translate_call_errorhandler()

Completed in 19 milliseconds