Searched refs:i_newpos (Results 1 – 2 of 2) sorted by relevance
4895 Py_ssize_t i_newpos; in unicode_translate_call_errorhandler() local4920 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()4924 if (i_newpos<0) in unicode_translate_call_errorhandler()4925 *newpos = size+i_newpos; in unicode_translate_call_errorhandler()4927 *newpos = i_newpos; in unicode_translate_call_errorhandler()
8674 Py_ssize_t i_newpos; in unicode_translate_call_errorhandler() local8699 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()8703 if (i_newpos<0) in unicode_translate_call_errorhandler()8704 *newpos = PyUnicode_GET_LENGTH(unicode)+i_newpos; in unicode_translate_call_errorhandler()8706 *newpos = i_newpos; in unicode_translate_call_errorhandler()