Home
last modified time | relevance | path

Searched refs:BINUNICODE (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py121 BINUNICODE = 'X' # " " " ; counted UTF-8 string argument variable
496 self.write(BINUNICODE + pack("<i", n) + encoding)
518 self.write(BINUNICODE + s + obj)
986 dispatch[BINUNICODE] = load_binunicode
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c52 #define BINUNICODE 'X' macro
1444 c_str[0] = BINUNICODE; in save_unicode()
4793 case BINUNICODE: in load()
5210 case BINUNICODE: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c52 #define BINUNICODE 'X' macro
1413 c_str[0] = BINUNICODE; in save_unicode()
4758 case BINUNICODE: in load()
5175 case BINUNICODE: in noload()