Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) macro
369 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) macro