Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodetype_db.h6249 int _PyUnicode_IsLinebreak(const Py_UCS4 ch) in _PyUnicode_IsLinebreak() function
/third_party/python/Include/cpython/
Dunicodeobject.h30 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1081 PyAPI_FUNC(int) _PyUnicode_IsLinebreak(