Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dunicodeobject.h297 static inline int PyUnicode_IS_COMPACT_ASCII(PyObject *op) { in PyUnicode_IS_COMPACT_ASCII() function
301 # define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op)) macro

Completed in 3 milliseconds