Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c2042 const char *output_start, *del_table_chars=NULL; in bytes_translate_impl() local
2071 del_table_chars = PyBytes_AS_STRING(deletechars); in bytes_translate_impl()
2079 del_table_chars = del_table_view.buf; in bytes_translate_impl()
2084 del_table_chars = NULL; in bytes_translate_impl()
2125 trans_table[(int) Py_CHARMASK(del_table_chars[i])] = -1; in bytes_translate_impl()