Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dctype.h26 stringlib_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isascii() function
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c2215 {"isascii", stringlib_isascii, METH_NOARGS,
Dbytesobject.c2516 {"isascii", stringlib_isascii, METH_NOARGS,