Home
last modified time | relevance | path

Searched defs:Py_UNICODE_ISSPACE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch) macro
363 #define Py_UNICODE_ISSPACE(ch) \ macro
/external/python/cpython3/Include/cpython/
Dunicodeobject.h24 #define Py_UNICODE_ISSPACE(ch) \ macro