Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h220 # define _PyUnicode_IsLinebreak _PyUnicodeUCS2_IsLinebreak macro
307 # define _PyUnicode_IsLinebreak _PyUnicodeUCS4_IsLinebreak macro
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
369 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1365 PyAPI_FUNC(int) _PyUnicode_IsLinebreak(
/external/python/cpython2/Objects/
Dunicodetype_db.h3320 int _PyUnicode_IsLinebreak(register const Py_UNICODE ch) in _PyUnicode_IsLinebreak() function