Home
last modified time | relevance | path

Searched refs:Py_USING_UNICODE (Results 1 – 25 of 91) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dformatter_unicode.c6 #ifdef Py_USING_UNICODE
Dgetargs.c603 #ifdef Py_USING_UNICODE in convertsimple()
841 #ifdef Py_USING_UNICODE in convertsimple()
871 #ifdef Py_USING_UNICODE in convertsimple()
894 #ifdef Py_USING_UNICODE in convertsimple()
923 #ifdef Py_USING_UNICODE in convertsimple()
957 #ifdef Py_USING_UNICODE in convertsimple()
982 #ifdef Py_USING_UNICODE in convertsimple()
1022 #ifdef Py_USING_UNICODE in convertsimple()
1051 #ifdef Py_USING_UNICODE in convertsimple()
1179 #ifdef Py_USING_UNICODE in convertsimple()
[all …]
Dbltinmodule.c30 #ifdef Py_USING_UNICODE
256 #ifdef Py_USING_UNICODE in builtin_filter()
402 #ifdef Py_USING_UNICODE
542 #ifdef Py_USING_UNICODE in builtin_compile()
678 #ifdef Py_USING_UNICODE in builtin_eval()
824 #ifdef Py_USING_UNICODE in builtin_getattr()
880 #ifdef Py_USING_UNICODE in builtin_hasattr()
1523 #ifdef Py_USING_UNICODE in builtin_ord()
1592 #ifdef Py_USING_UNICODE in builtin_print()
2653 #ifdef Py_USING_UNICODE
[all …]
Dcodecs.c471 #ifdef Py_USING_UNICODE
757 #ifdef Py_USING_UNICODE
799 #ifdef Py_USING_UNICODE in _PyCodecRegistry_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dformatter_unicode.c6 #ifdef Py_USING_UNICODE
Dgetargs.c603 #ifdef Py_USING_UNICODE in convertsimple()
841 #ifdef Py_USING_UNICODE in convertsimple()
871 #ifdef Py_USING_UNICODE in convertsimple()
894 #ifdef Py_USING_UNICODE in convertsimple()
923 #ifdef Py_USING_UNICODE in convertsimple()
957 #ifdef Py_USING_UNICODE in convertsimple()
982 #ifdef Py_USING_UNICODE in convertsimple()
1022 #ifdef Py_USING_UNICODE in convertsimple()
1051 #ifdef Py_USING_UNICODE in convertsimple()
1179 #ifdef Py_USING_UNICODE in convertsimple()
[all …]
Dbltinmodule.c30 #ifdef Py_USING_UNICODE
253 #ifdef Py_USING_UNICODE in builtin_filter()
396 #ifdef Py_USING_UNICODE
534 #ifdef Py_USING_UNICODE in builtin_compile()
670 #ifdef Py_USING_UNICODE in builtin_eval()
816 #ifdef Py_USING_UNICODE in builtin_getattr()
872 #ifdef Py_USING_UNICODE in builtin_hasattr()
1515 #ifdef Py_USING_UNICODE in builtin_ord()
2642 #ifdef Py_USING_UNICODE
2717 #ifdef Py_USING_UNICODE in _PyBuiltin_Init()
[all …]
Dcodecs.c471 #ifdef Py_USING_UNICODE
740 #ifdef Py_USING_UNICODE
782 #ifdef Py_USING_UNICODE in _PyCodecRegistry_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.h62 #if defined(PGEN) || defined(Py_USING_UNICODE)
Dtokenizer.c274 #ifdef Py_USING_UNICODE in check_coding_spec()
385 #ifndef Py_USING_UNICODE in fp_readl()
587 #ifdef Py_USING_UNICODE
662 #ifdef Py_USING_UNICODE in decode_str()
691 #ifdef Py_USING_UNICODE in decode_str()
766 #if !defined(PGEN) && defined(Py_USING_UNICODE)
869 #if !defined(PGEN) && defined(Py_USING_UNICODE) in tok_nextc()
1658 #if defined(PGEN) || !defined(Py_USING_UNICODE)
1665 #ifdef Py_USING_UNICODE
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.h62 #if defined(PGEN) || defined(Py_USING_UNICODE)
Dtokenizer.c288 #ifdef Py_USING_UNICODE in check_coding_spec()
399 #ifndef Py_USING_UNICODE in fp_readl()
607 #ifdef Py_USING_UNICODE
682 #ifdef Py_USING_UNICODE in decode_str()
711 #ifdef Py_USING_UNICODE in decode_str()
786 #if !defined(PGEN) && defined(Py_USING_UNICODE)
889 #if !defined(PGEN) && defined(Py_USING_UNICODE) in tok_nextc()
1687 #if defined(PGEN) || !defined(Py_USING_UNICODE)
1694 #ifdef Py_USING_UNICODE
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c443 #ifdef Py_USING_UNICODE in PyString_AsDecodedObject()
472 #ifdef Py_USING_UNICODE in PyString_AsDecodedString()
523 #ifdef Py_USING_UNICODE in PyString_AsEncodedObject()
552 #ifdef Py_USING_UNICODE in PyString_AsEncodedString()
624 #ifdef Py_USING_UNICODE in PyString_DecodeEscape()
733 #ifndef Py_USING_UNICODE in PyString_DecodeEscape()
809 #ifdef Py_USING_UNICODE in PyString_AsStringAndSize()
1021 #ifdef Py_USING_UNICODE in string_concat()
1154 #ifdef Py_USING_UNICODE in string_contains()
1470 #ifdef Py_USING_UNICODE in string_split()
[all …]
Dobject.c384 #ifdef Py_USING_UNICODE in PyObject_Repr()
417 #ifdef Py_USING_UNICODE in _PyObject_Str()
435 #ifdef Py_USING_UNICODE in _PyObject_Str()
454 #ifdef Py_USING_UNICODE in PyObject_Str()
469 #ifdef Py_USING_UNICODE
1177 #ifdef Py_USING_UNICODE in PyObject_GetAttr()
1224 #ifdef Py_USING_UNICODE in PyObject_SetAttr()
1337 #ifdef Py_USING_UNICODE in _PyObject_GenericGetAttrWithDict()
1475 #ifdef Py_USING_UNICODE in _PyObject_GenericSetAttrWithDict()
2119 #ifdef Py_USING_UNICODE in _Py_ReadyTypes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c443 #ifdef Py_USING_UNICODE in PyString_AsDecodedObject()
472 #ifdef Py_USING_UNICODE in PyString_AsDecodedString()
523 #ifdef Py_USING_UNICODE in PyString_AsEncodedObject()
552 #ifdef Py_USING_UNICODE in PyString_AsEncodedString()
624 #ifdef Py_USING_UNICODE in PyString_DecodeEscape()
729 #ifndef Py_USING_UNICODE in PyString_DecodeEscape()
805 #ifdef Py_USING_UNICODE in PyString_AsStringAndSize()
1016 #ifdef Py_USING_UNICODE in string_concat()
1149 #ifdef Py_USING_UNICODE in string_contains()
1453 #ifdef Py_USING_UNICODE in string_split()
[all …]
Dobject.c384 #ifdef Py_USING_UNICODE in PyObject_Repr()
417 #ifdef Py_USING_UNICODE in _PyObject_Str()
435 #ifdef Py_USING_UNICODE in _PyObject_Str()
454 #ifdef Py_USING_UNICODE in PyObject_Str()
469 #ifdef Py_USING_UNICODE
1170 #ifdef Py_USING_UNICODE in PyObject_GetAttr()
1217 #ifdef Py_USING_UNICODE in PyObject_SetAttr()
1330 #ifdef Py_USING_UNICODE in _PyObject_GenericGetAttrWithDict()
1468 #ifdef Py_USING_UNICODE in _PyObject_GenericSetAttrWithDict()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dintobject.h35 #ifdef Py_USING_UNICODE
Dlongobject.h58 #ifdef Py_USING_UNICODE
Dpyerrors.h29 #ifdef Py_USING_UNICODE
240 #ifdef Py_USING_UNICODE
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dintobject.h35 #ifdef Py_USING_UNICODE
Dlongobject.h59 #ifdef Py_USING_UNICODE
Dpyerrors.h29 #ifdef Py_USING_UNICODE
241 #ifdef Py_USING_UNICODE
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsre.h18 #ifdef Py_USING_UNICODE
Dpyexpat.c27 #define Py_USING_UNICODE macro
164 #ifdef Py_USING_UNICODE
379 #ifndef Py_USING_UNICODE
424 #ifdef Py_USING_UNICODE in call_character_handler()
638 #ifndef Py_USING_UNICODE
725 #ifdef Py_USING_UNICODE in my_ElementDeclHandler()
820 #ifndef Py_USING_UNICODE
1220 #ifdef Py_USING_UNICODE
1295 #ifdef Py_USING_UNICODE in newxmlparseobject()
1336 #ifdef Py_USING_UNICODE in newxmlparseobject()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c27 #define Py_USING_UNICODE macro
164 #ifdef Py_USING_UNICODE
379 #ifndef Py_USING_UNICODE
424 #ifdef Py_USING_UNICODE in call_character_handler()
638 #ifndef Py_USING_UNICODE
725 #ifdef Py_USING_UNICODE in my_ElementDeclHandler()
820 #ifndef Py_USING_UNICODE
1217 #ifdef Py_USING_UNICODE
1285 #ifdef Py_USING_UNICODE in newxmlparseobject()
1319 #ifdef Py_USING_UNICODE in newxmlparseobject()
[all …]

1234