Home
last modified time | relevance | path

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

123

/external/python/cpython2/Python/
Dgetargs.c579 #ifdef Py_USING_UNICODE
622 #ifdef Py_USING_UNICODE in convertsimple()
860 #ifdef Py_USING_UNICODE in convertsimple()
890 #ifdef Py_USING_UNICODE in convertsimple()
913 #ifdef Py_USING_UNICODE in convertsimple()
942 #ifdef Py_USING_UNICODE in convertsimple()
976 #ifdef Py_USING_UNICODE in convertsimple()
1001 #ifdef Py_USING_UNICODE in convertsimple()
1041 #ifdef Py_USING_UNICODE in convertsimple()
1070 #ifdef Py_USING_UNICODE in convertsimple()
[all …]
Dformatter_unicode.c6 #ifdef Py_USING_UNICODE
Dbltinmodule.c30 #ifdef Py_USING_UNICODE
256 #ifdef Py_USING_UNICODE in builtin_filter()
402 #ifdef Py_USING_UNICODE
545 #ifdef Py_USING_UNICODE in builtin_compile()
689 #ifdef Py_USING_UNICODE in builtin_eval()
835 #ifdef Py_USING_UNICODE in builtin_getattr()
891 #ifdef Py_USING_UNICODE in builtin_hasattr()
1534 #ifdef Py_USING_UNICODE in builtin_ord()
1603 #ifdef Py_USING_UNICODE in builtin_print()
2664 #ifdef Py_USING_UNICODE
[all …]
Dsysmodule.c227 #ifdef Py_USING_UNICODE
932 #ifdef Py_USING_UNICODE
946 #ifdef Py_USING_UNICODE
969 #ifdef Py_USING_UNICODE
1456 #ifdef Py_USING_UNICODE in _PySys_Init()
Dcodecs.c626 #ifdef Py_USING_UNICODE
913 #ifdef Py_USING_UNICODE
955 #ifdef Py_USING_UNICODE in _PyCodecRegistry_Init()
/external/python/cpython2/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()
Dcomplexobject.c980 #ifdef Py_USING_UNICODE in complex_subtype_from_string()
989 #ifdef Py_USING_UNICODE in complex_subtype_from_string()
1117 #ifdef Py_USING_UNICODE in complex_subtype_from_string()
1127 #ifdef Py_USING_UNICODE in complex_subtype_from_string()
/external/python/cpython2/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
1220 #ifdef Py_USING_UNICODE
1295 #ifdef Py_USING_UNICODE in newxmlparseobject()
1336 #ifdef Py_USING_UNICODE in newxmlparseobject()
[all …]
Dsre.h18 #ifdef Py_USING_UNICODE
D_testcapimodule.c1279 #ifdef Py_USING_UNICODE
1438 #ifdef Py_USING_UNICODE
1552 #ifdef Py_USING_UNICODE
1773 #ifdef Py_USING_UNICODE in test_null_strings()
1827 #if defined(Py_USING_UNICODE) && !defined(Py_BUILD_CORE)
2489 #if defined(Py_USING_UNICODE) && !defined(Py_BUILD_CORE)
2503 #ifdef Py_USING_UNICODE
2539 #ifdef Py_USING_UNICODE
2553 #ifdef Py_USING_UNICODE
2561 #ifdef Py_USING_UNICODE
Darraymodule.c173 #ifdef Py_USING_UNICODE
397 #ifdef Py_USING_UNICODE
1463 #ifdef Py_USING_UNICODE
1617 #ifdef Py_USING_UNICODE
1643 #ifdef Py_USING_UNICODE
1670 #ifdef Py_USING_UNICODE in array_repr()
1970 #ifdef Py_USING_UNICODE in array_new()
2041 #ifdef Py_USING_UNICODE in array_new()
D_codecsmodule.c97 #ifdef Py_USING_UNICODE in codec_encode()
131 #ifdef Py_USING_UNICODE in codec_decode()
203 #ifdef Py_USING_UNICODE
1066 #ifdef Py_USING_UNICODE
/external/python/cpython2/Parser/
Dtokenizer.c292 #ifdef Py_USING_UNICODE in check_coding_spec()
403 #ifndef Py_USING_UNICODE in fp_readl()
611 #ifdef Py_USING_UNICODE
686 #ifdef Py_USING_UNICODE in decode_str()
715 #ifdef Py_USING_UNICODE in decode_str()
790 #if !defined(PGEN) && defined(Py_USING_UNICODE)
893 #if !defined(PGEN) && defined(Py_USING_UNICODE) in tok_nextc()
1693 #if defined(PGEN) || !defined(Py_USING_UNICODE)
1700 #ifdef Py_USING_UNICODE
Dtokenizer.h62 #if defined(PGEN) || defined(Py_USING_UNICODE)
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h83 #define Py_USING_UNICODE macro
/external/python/cpython2/Include/
Dintobject.h35 #ifdef Py_USING_UNICODE
Dpyerrors.h29 #ifdef Py_USING_UNICODE
241 #ifdef Py_USING_UNICODE
Dlongobject.h59 #ifdef Py_USING_UNICODE
/external/python/cpython2/PC/os2emx/
Dpyconfig.h61 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h983 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h983 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h983 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h983 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h994 #define Py_USING_UNICODE 1 macro

123