Home
last modified time | relevance | path

Searched defs:_PyUnicode_IsWhitespace (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dunicodetype_db.h3274 int _PyUnicode_IsWhitespace(register const Py_UNICODE ch) in _PyUnicode_IsWhitespace() function
/external/python/cpython3/Objects/
Dunicodetype_db.h5741 int _PyUnicode_IsWhitespace(const Py_UCS4 ch) in _PyUnicode_IsWhitespace() function
/external/python/cpython2/Include/
Dunicodeobject.h225 # define _PyUnicode_IsWhitespace _PyUnicodeUCS2_IsWhitespace macro
312 # define _PyUnicode_IsWhitespace _PyUnicodeUCS4_IsWhitespace macro