ESCAPED_CHARS_TABLE_SIZE 25 third_party/markupsafe/_speedups.c static Py_ssize_t escaped_chars_delta_len[ESCAPED_CHARS_TABLE_SIZE]; ESCAPED_CHARS_TABLE_SIZE 26 third_party/markupsafe/_speedups.c static Py_UNICODE *escaped_chars_repl[ESCAPED_CHARS_TABLE_SIZE]; ESCAPED_CHARS_TABLE_SIZE 67 third_party/markupsafe/_speedups.c if (*inp < ESCAPED_CHARS_TABLE_SIZE) { ESCAPED_CHARS_TABLE_SIZE 90 third_party/markupsafe/_speedups.c if (*next_escp < ESCAPED_CHARS_TABLE_SIZE &&