Searched refs:_PyUnicode_IsLinebreak (Results 1 – 2 of 2) sorted by relevance
6249 int _PyUnicode_IsLinebreak(const Py_UCS4 ch) in _PyUnicode_IsLinebreak() function
30 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)1081 PyAPI_FUNC(int) _PyUnicode_IsLinebreak(