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

/external/python/cpython3/Objects/
H A Dbytesobject.c2094 const char *table_chars; local
2103 table_chars = PyBytes_AS_STRING(table);
2107 table_chars = NULL;
2113 table_chars = table_view.buf;
2153 if (dellen == 0 && table_chars != NULL) {
2157 if (Py_CHARMASK((*output++ = table_chars[c])) != c)
2170 if (table_chars == NULL) {
2175 trans_table[i] = Py_CHARMASK(table_chars[i]);

Completed in 102 milliseconds