Searched refs:uch2 (Results 1 – 2 of 2) sorted by relevance
6573 Py_UNICODE uch2; in _PyUnicode_DecodeUnicodeInternal() local6574 ((char *) &uch2)[0] = s[0]; in _PyUnicode_DecodeUnicodeInternal()6575 ((char *) &uch2)[1] = s[1]; in _PyUnicode_DecodeUnicodeInternal()6576 if (Py_UNICODE_IS_LOW_SURROGATE(uch2)) in _PyUnicode_DecodeUnicodeInternal()6578 ch = Py_UNICODE_JOIN_SURROGATES(uch, uch2); in _PyUnicode_DecodeUnicodeInternal()
351 .uch2