Home
last modified time | relevance | path

Searched refs:_PyUnicode_DecodeUnicodeEscape (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/cpython/
Dunicodeobject.h869 PyAPI_FUNC(PyObject*) _PyUnicode_DecodeUnicodeEscape(
/external/python/cpython3/Parser/pegen/
Dparse_string.c123 v = _PyUnicode_DecodeUnicodeEscape(s, len, NULL, &first_invalid_escape); in decode_unicode_with_escapes()
/external/python/cpython3/Python/
Dast.c4643 v = _PyUnicode_DecodeUnicodeEscape(s, len, NULL, &first_invalid_escape); in decode_unicode_with_escapes()
/external/python/cpython3/Objects/
Dunicodeobject.c6230 _PyUnicode_DecodeUnicodeEscape(const char *s, in _PyUnicode_DecodeUnicodeEscape() function
6460 PyObject *result = _PyUnicode_DecodeUnicodeEscape(s, size, errors, in PyUnicode_DecodeUnicodeEscape()