Searched refs:_PyUnicode_DecodeUnicodeEscapeInternal (Results 1 – 3 of 3) sorted by relevance
847 PyAPI_FUNC(PyObject*) _PyUnicode_DecodeUnicodeEscapeInternal(
118 v = _PyUnicode_DecodeUnicodeEscapeInternal(s, len, NULL, NULL, &first_invalid_escape); in decode_unicode_with_escapes()
6428 _PyUnicode_DecodeUnicodeEscapeInternal(const char *s, in _PyUnicode_DecodeUnicodeEscapeInternal() function6672 PyObject *result = _PyUnicode_DecodeUnicodeEscapeInternal(s, size, errors, in _PyUnicode_DecodeUnicodeEscapeStateful()