Home
last modified time | relevance | path

Searched refs:DECODE_DIRECT (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1578 #define DECODE_DIRECT(c) \ macro
1759 else if (DECODE_DIRECT(ch)) { /* character decodes as itself */ in PyUnicode_DecodeUTF7Stateful()
1924 #undef DECODE_DIRECT
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1509 #define DECODE_DIRECT(c) \ macro
1692 else if (DECODE_DIRECT(ch)) { /* character decodes as itself */ in PyUnicode_DecodeUTF7Stateful()
1857 #undef DECODE_DIRECT