Searched refs:bytearray_maketrans_impl (Results 1 – 2 of 2) sorted by relevance
94 bytearray_maketrans_impl(Py_buffer *frm, Py_buffer *to);107 return_value = bytearray_maketrans_impl(&frm, &to); in bytearray_maketrans()
1310 bytearray_maketrans_impl(Py_buffer *frm, Py_buffer *to) in bytearray_maketrans_impl() function