Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c1971 const char* bytesptr; in bytearray_strip_impl_helper() local
1975 bytesptr = "\t\n\r\f\v "; in bytearray_strip_impl_helper()
1981 bytesptr = (const char*)vbytes.buf; in bytearray_strip_impl_helper()
1989 while (left < mysize && memchr(bytesptr, (unsigned char)myptr[left], byteslen)) in bytearray_strip_impl_helper()
1996 } while (right >= left && memchr(bytesptr, (unsigned char)myptr[right], byteslen)); in bytearray_strip_impl_helper()