Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h30 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) macro
/third_party/python/Doc/data/
Drefcounts.dat2382 Py_UNICODE_ISLINEBREAK:int:::
2383 Py_UNICODE_ISLINEBREAK:Py_UNICODE:ch::
/third_party/python/Modules/
D_sre.c125 #define SRE_UNI_IS_LINEBREAK(ch) Py_UNICODE_ISLINEBREAK(ch)
/third_party/python/Doc/c-api/
Dunicode.rst291 .. c:function:: int Py_UNICODE_ISLINEBREAK(Py_UCS4 ch)
/third_party/python/Objects/
Dunicodeobject.c881 (BLOOM(bloom_linebreak, (ch)) && Py_UNICODE_ISLINEBREAK(ch)))