Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h847 PyAPI_FUNC(PyObject*) _PyUnicode_DecodeUnicodeEscapeInternal(
/third_party/python/Parser/
Dstring_parser.c118 v = _PyUnicode_DecodeUnicodeEscapeInternal(s, len, NULL, NULL, &first_invalid_escape); in decode_unicode_with_escapes()
/third_party/python/Objects/
Dunicodeobject.c6428 _PyUnicode_DecodeUnicodeEscapeInternal(const char *s, in _PyUnicode_DecodeUnicodeEscapeInternal() function
6672 PyObject *result = _PyUnicode_DecodeUnicodeEscapeInternal(s, size, errors, in _PyUnicode_DecodeUnicodeEscapeStateful()