Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/markupsafe/
H A D_speedups.c14 #define ESCAPED_CHARS_TABLE_SIZE 63 macro
25 static Py_ssize_t escaped_chars_delta_len[ESCAPED_CHARS_TABLE_SIZE];
26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE];
67 if (*inp < ESCAPED_CHARS_TABLE_SIZE) { in escape_unicode()
90 if (*next_escp < ESCAPED_CHARS_TABLE_SIZE && in escape_unicode()
/third_party/node/tools/inspector_protocol/markupsafe/
H A D_speedups.c14 #define ESCAPED_CHARS_TABLE_SIZE 63 macro
25 static Py_ssize_t escaped_chars_delta_len[ESCAPED_CHARS_TABLE_SIZE];
26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE];
67 if (*inp < ESCAPED_CHARS_TABLE_SIZE) { in escape_unicode()
90 if (*next_escp < ESCAPED_CHARS_TABLE_SIZE && in escape_unicode()
/third_party/skia/third_party/externals/markupsafe/
H A D_speedups.c14 #define ESCAPED_CHARS_TABLE_SIZE 63 macro
25 static Py_ssize_t escaped_chars_delta_len[ESCAPED_CHARS_TABLE_SIZE];
26 static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE];
67 if (*inp < ESCAPED_CHARS_TABLE_SIZE) { in escape_unicode()
90 if (*next_escp < ESCAPED_CHARS_TABLE_SIZE && in escape_unicode()

Completed in 1 milliseconds