Searched refs:repwstr (Results 1 – 1 of 1) sorted by relevance
4123 wchar_t *repwstr; in unicode_decode_call_errorhandler_wchar() local4172 repwstr = PyUnicode_AsUnicodeAndSize(repunicode, &repwlen); in unicode_decode_call_errorhandler_wchar()4173 if (repwstr == NULL) in unicode_decode_call_errorhandler_wchar()4192 wcsncpy(_PyUnicode_WSTR(*output) + *outpos, repwstr, repwlen); in unicode_decode_call_errorhandler_wchar()