Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h246 unicode_isascii_impl(PyObject *self);
251 return unicode_isascii_impl(self); in unicode_isascii()
/third_party/python/Objects/
Dunicodeobject.c12205 unicode_isascii_impl(PyObject *self) in unicode_isascii_impl() function