Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Parser/
Dstring_parser.c64 decode_unicode_with_escapes(Parser *parser, const char *s, size_t len, Token *t) in decode_unicode_with_escapes() function
281 *result = decode_unicode_with_escapes(p, s, len, t); in _PyPegen_parsestr()
527 *literal = decode_unicode_with_escapes(p, literal_start, in fstring_find_literal()