Home
last modified time | relevance | path

Searched refs:decode_unicode_with_escapes (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Parser/pegen/
Dparse_string.c58 decode_unicode_with_escapes(Parser *parser, const char *s, size_t len, Token *t) in decode_unicode_with_escapes() function
274 *result = decode_unicode_with_escapes(p, s, len, t); in _PyPegen_parsestr()
505 *literal = decode_unicode_with_escapes(p, literal_start, in fstring_find_literal()
/external/python/cpython3/Python/
Dast.c4586 decode_unicode_with_escapes(struct compiling *c, const node *n, const char *s, in decode_unicode_with_escapes() function
4877 *literal = decode_unicode_with_escapes(c, n, literal_start, in fstring_find_literal()
5748 *result = decode_unicode_with_escapes(c, n, s, len); in parsestr()