Home
last modified time | relevance | path

Searched refs:_Py_ascii_whitespace (Results 1 – 4 of 4) 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/cpython3/Include/
Dunicodeobject.h126 ((ch) < 128U ? _Py_ascii_whitespace[(ch)] : _PyUnicode_IsWhitespace(ch))
2153 PyAPI_DATA(const unsigned char) _Py_ascii_whitespace[];
/external/python/cpython3/Objects/
Dunicodeobject.c266 const unsigned char _Py_ascii_whitespace[] = { variable
12382 if (!_Py_ascii_whitespace[ch]) in do_strip()
12393 if (!_Py_ascii_whitespace[ch]) in do_strip()
/external/python/cpython2/Objects/
Dunicodeobject.c129 const unsigned char _Py_ascii_whitespace[] = { variable