Home
last modified time | relevance | path

Searched refs:escaped_chars_repl (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/third_party/markupsafe/
H A D_speedups.c26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE]; variable
33 escaped_chars_repl['"'] = UNICHR("""); in init_constants()
34 escaped_chars_repl['\''] = UNICHR("'"); in init_constants()
35 escaped_chars_repl['&'] = UNICHR("&"); in init_constants()
36 escaped_chars_repl['<'] = UNICHR("&lt;"); in init_constants()
37 escaped_chars_repl['>'] = UNICHR("&gt;"); in init_constants()
105 Py_UNICODE_COPY(outp, escaped_chars_repl[*next_escp], delta_len); in escape_unicode()
/third_party/node/tools/inspector_protocol/markupsafe/
H A D_speedups.c26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE]; variable
33 escaped_chars_repl['"'] = UNICHR("&#34;"); in init_constants()
34 escaped_chars_repl['\''] = UNICHR("&#39;"); in init_constants()
35 escaped_chars_repl['&'] = UNICHR("&amp;"); in init_constants()
36 escaped_chars_repl['<'] = UNICHR("&lt;"); in init_constants()
37 escaped_chars_repl['>'] = UNICHR("&gt;"); in init_constants()
105 Py_UNICODE_COPY(outp, escaped_chars_repl[*next_escp], delta_len); in escape_unicode()
/third_party/skia/third_party/externals/markupsafe/
H A D_speedups.c26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE]; variable
33 escaped_chars_repl['"'] = UNICHR("&#34;"); in init_constants()
34 escaped_chars_repl['\''] = UNICHR("&#39;"); in init_constants()
35 escaped_chars_repl['&'] = UNICHR("&amp;"); in init_constants()
36 escaped_chars_repl['<'] = UNICHR("&lt;"); in init_constants()
37 escaped_chars_repl['>'] = UNICHR("&gt;"); in init_constants()
105 Py_UNICODE_COPY(outp, escaped_chars_repl[*next_escp], delta_len); in escape_unicode()

Completed in 2 milliseconds