Home | History | Annotate | Download | only in Include

Lines Matching refs:Py_UNICODE_HIGH_SURROGATE

175 #define Py_UNICODE_HIGH_SURROGATE(ch) (0xD800 - (0x10000 >> 10) + ((ch) >> 10))