Home
last modified time | relevance | path

Searched refs:Py_UNICODE_IS_LOW_SURROGATE (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h56 #define Py_UNICODE_IS_LOW_SURROGATE(ch) (0xDC00 <= (ch) && (ch) <= 0xDFFF) macro
/third_party/python/Objects/stringlib/
H A Dcodecs.h591 if (!Py_UNICODE_IS_LOW_SURROGATE(ch2))
/third_party/python/Modules/
H A D_json.c535 if (Py_UNICODE_IS_LOW_SURROGATE(c2)) in scanstring_unicode()
/third_party/python/Objects/
H A Dunicodeobject.c1501 && Py_UNICODE_IS_LOW_SURROGATE(iter[1])) in unicode_convert_wchar_to_ucs4()
1754 && Py_UNICODE_IS_LOW_SURROGATE(iter[1])) in find_maxchar_surrogates()
4749 if (Py_UNICODE_IS_LOW_SURROGATE(outCh)) { in PyUnicode_DecodeUTF7Stateful()
5450 && Py_UNICODE_IS_LOW_SURROGATE(text[i])) in _Py_EncodeUTF8Ex()
12346 && Py_UNICODE_IS_LOW_SURROGATE(wstr[i])) in PyUnicode_IsIdentifier()
12361 && Py_UNICODE_IS_LOW_SURROGATE(wstr[i])) in PyUnicode_IsIdentifier()

Completed in 23 milliseconds