Searched refs:surrogate (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 1658 Py_UNICODE surrogate = 0; in PyUnicode_DecodeUTF7Stateful() local 1690 if (surrogate) { in PyUnicode_DecodeUTF7Stateful() 1694 *p++ = (((surrogate & 0x3FF)<<10) in PyUnicode_DecodeUTF7Stateful() 1697 *p++ = surrogate; in PyUnicode_DecodeUTF7Stateful() 1700 surrogate = 0; in PyUnicode_DecodeUTF7Stateful() 1704 *p++ = surrogate; in PyUnicode_DecodeUTF7Stateful() 1705 surrogate = 0; in PyUnicode_DecodeUTF7Stateful() 1710 surrogate = outCh; in PyUnicode_DecodeUTF7Stateful() 1720 if (surrogate) { in PyUnicode_DecodeUTF7Stateful() 1721 *p++ = surrogate; in PyUnicode_DecodeUTF7Stateful() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_unicode.py | 686 for cb, surrogate in zip(map(chr, range(0xA0, 0xC0)), 689 self.assertEqual(encoded.decode('utf-8'), surrogate) 690 self.assertEqual(surrogate.encode('utf-8'), encoded)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 116 incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-history.txt | 116 incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 116 incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 1589 Py_UNICODE surrogate = 0; in PyUnicode_DecodeUTF7Stateful() local 1620 if (surrogate) { in PyUnicode_DecodeUTF7Stateful() 1624 *p++ = (((surrogate & 0x3FF)<<10) in PyUnicode_DecodeUTF7Stateful() 1627 *p++ = surrogate; in PyUnicode_DecodeUTF7Stateful() 1630 surrogate = 0; in PyUnicode_DecodeUTF7Stateful() 1633 surrogate = 0; in PyUnicode_DecodeUTF7Stateful() 1640 surrogate = outCh; in PyUnicode_DecodeUTF7Stateful() 1654 if (surrogate) { in PyUnicode_DecodeUTF7Stateful() 1718 if (surrogate || in PyUnicode_DecodeUTF7Stateful()
|
/device/google/bonito/json-c/ |
D | ChangeLog | 111 * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am)
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 111 * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am)
|