Home
last modified time | relevance | path

Searched refs:Py_UNICODE_JOIN_SURROGATES (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h58 #define Py_UNICODE_JOIN_SURROGATES(high, low) \ macro
/third_party/python/Objects/stringlib/
H A Dcodecs.h593 ch = Py_UNICODE_JOIN_SURROGATES(ch, ch2);
/third_party/python/Modules/
H A D_json.c536 c = Py_UNICODE_JOIN_SURROGATES(c, c2); in scanstring_unicode()
H A D_tkinter.c478 ch = Py_UNICODE_JOIN_SURROGATES(high, low); in unicodeFromTclStringAndSize()
/third_party/python/Objects/
H A Dunicodeobject.c1503 *ucs4_out++ = Py_UNICODE_JOIN_SURROGATES(iter[0], iter[1]); in unicode_convert_wchar_to_ucs4()
1756 ch = Py_UNICODE_JOIN_SURROGATES(iter[0], iter[1]); in find_maxchar_surrogates()
4750 Py_UCS4 ch2 = Py_UNICODE_JOIN_SURROGATES(surrogate, outCh); in PyUnicode_DecodeUTF7Stateful()
5452 ch = Py_UNICODE_JOIN_SURROGATES(ch, text[i]); in _Py_EncodeUTF8Ex()
12348 ch = Py_UNICODE_JOIN_SURROGATES(ch, wstr[i]); in PyUnicode_IsIdentifier()
12363 ch = Py_UNICODE_JOIN_SURROGATES(ch, wstr[i]); in PyUnicode_IsIdentifier()

Completed in 27 milliseconds