Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h364 ((ch) < 128U ? _Py_ascii_whitespace[(ch)] : _PyUnicode_IsWhitespace(ch))
1340 PyAPI_DATA(const unsigned char) _Py_ascii_whitespace[];
/external/python/cpython2/Objects/
Dunicodeobject.c129 const unsigned char _Py_ascii_whitespace[] = { variable