Home
last modified time | relevance | path

Searched defs:PyUnicode_IS_ASCII (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h278 static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) { in PyUnicode_IS_ASCII() function
283 # define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op)) macro

Completed in 3 milliseconds