Searched refs:_PyUnicode_IsLinebreak (Results 1 – 4 of 4) sorted by relevance
6249 int _PyUnicode_IsLinebreak(const Py_UCS4 ch) in _PyUnicode_IsLinebreak() function
220 # define _PyUnicode_IsLinebreak _PyUnicodeUCS2_IsLinebreak macro307 # define _PyUnicode_IsLinebreak _PyUnicodeUCS4_IsLinebreak macro339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)369 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)1365 PyAPI_FUNC(int) _PyUnicode_IsLinebreak(
3320 int _PyUnicode_IsLinebreak(register const Py_UNICODE ch) in _PyUnicode_IsLinebreak() function
30 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)1094 PyAPI_FUNC(int) _PyUnicode_IsLinebreak(