Home
last modified time | relevance | path

Searched refs:uni2 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Ddecoder.py134 uni2 = _decode_uXXXX(s, end + 1)
135 if 0xdc00 <= uni2 <= 0xdfff:
136 uni = 0x10000 + (((uni - 0xd800) << 10) | (uni2 - 0xdc00))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Ddecoder.py133 uni2 = int(esc2, 16)
134 uni = 0x10000 + (((uni - 0xd800) << 10) | (uni2 - 0xdc00))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c3615 Py_UNICODE *uni2; in unicode_encode_ucs1() local
3708 for (uni2 = PyUnicode_AS_UNICODE(repunicode);repsize-->0; ++uni2, ++str) { in unicode_encode_ucs1()
3709 c = *uni2; in unicode_encode_ucs1()
4563 Py_UNICODE *uni2; in charmap_encoding_error() local
4652 for (uni2 = PyUnicode_AS_UNICODE(repunicode); repsize-->0; ++uni2) { in charmap_encoding_error()
4653 x = charmapencode_output(*uni2, mapping, res, respos); in charmap_encoding_error()
5003 Py_UNICODE *uni2; in PyUnicode_TranslateCharmap() local
5071 for (uni2 = PyUnicode_AS_UNICODE(repunicode); repsize-->0; ++uni2) in PyUnicode_TranslateCharmap()
5072 *str++ = *uni2; in PyUnicode_TranslateCharmap()
5145 Py_UNICODE *uni2; in PyUnicode_EncodeDecimal() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c3659 Py_UNICODE *uni2; in unicode_encode_ucs1() local
3761 for (uni2 = PyUnicode_AS_UNICODE(repunicode); repsize-->0; ++uni2, ++str) { in unicode_encode_ucs1()
3762 c = *uni2; in unicode_encode_ucs1()
4648 Py_UNICODE *uni2; in charmap_encoding_error() local
4746 for (uni2 = PyUnicode_AS_UNICODE(repunicode); repsize-->0; ++uni2) { in charmap_encoding_error()
4747 x = charmapencode_output(*uni2, mapping, res, respos); in charmap_encoding_error()
5096 Py_UNICODE *uni2; in PyUnicode_TranslateCharmap() local
5165 for (uni2 = PyUnicode_AS_UNICODE(repunicode); repsize-->0; ++uni2) in PyUnicode_TranslateCharmap()
5166 *str++ = *uni2; in PyUnicode_TranslateCharmap()
5239 Py_UNICODE *uni2; in PyUnicode_EncodeDecimal() local
[all …]