Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodetype_db.h3274 int _PyUnicode_IsWhitespace(register const Py_UNICODE ch) in _PyUnicode_IsWhitespace() function
/external/python/cpython2/Include/
Dunicodeobject.h225 # define _PyUnicode_IsWhitespace _PyUnicodeUCS2_IsWhitespace macro
312 # define _PyUnicode_IsWhitespace _PyUnicodeUCS4_IsWhitespace macro
364 ((ch) < 128U ? _Py_ascii_whitespace[(ch)] : _PyUnicode_IsWhitespace(ch))
1361 PyAPI_FUNC(int) _PyUnicode_IsWhitespace(