Home
last modified time | relevance | path

Searched refs:Py_USING_UNICODE (Results 1 – 25 of 60) 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
255 #ifdef Py_USING_UNICODE in builtin_filter()
403 #ifdef Py_USING_UNICODE
546 #ifdef Py_USING_UNICODE in builtin_compile()
690 #ifdef Py_USING_UNICODE in builtin_eval()
836 #ifdef Py_USING_UNICODE in builtin_getattr()
892 #ifdef Py_USING_UNICODE in builtin_hasattr()
1535 #ifdef Py_USING_UNICODE in builtin_ord()
1604 #ifdef Py_USING_UNICODE in builtin_print()
2675 #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()
630 #ifdef Py_USING_UNICODE in PyString_DecodeEscape()
739 #ifndef Py_USING_UNICODE in PyString_DecodeEscape()
815 #ifdef Py_USING_UNICODE in PyString_AsStringAndSize()
1027 #ifdef Py_USING_UNICODE in string_concat()
1160 #ifdef Py_USING_UNICODE in string_contains()
1476 #ifdef Py_USING_UNICODE in string_split()
[all …]
Dobject.c389 #ifdef Py_USING_UNICODE in PyObject_Repr()
422 #ifdef Py_USING_UNICODE in _PyObject_Str()
440 #ifdef Py_USING_UNICODE in _PyObject_Str()
459 #ifdef Py_USING_UNICODE in PyObject_Str()
474 #ifdef Py_USING_UNICODE
1182 #ifdef Py_USING_UNICODE in PyObject_GetAttr()
1229 #ifdef Py_USING_UNICODE in PyObject_SetAttr()
1342 #ifdef Py_USING_UNICODE in _PyObject_GenericGetAttrWithDict()
1480 #ifdef Py_USING_UNICODE in _PyObject_GenericSetAttrWithDict()
2124 #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()
1334 #ifdef Py_USING_UNICODE in newxmlparseobject()
[all …]
Dsre.h18 #ifdef Py_USING_UNICODE
D_testcapimodule.c1289 #ifdef Py_USING_UNICODE
1448 #ifdef Py_USING_UNICODE
1645 #ifdef Py_USING_UNICODE
1870 #ifdef Py_USING_UNICODE in test_null_strings()
1924 #if defined(Py_USING_UNICODE) && !defined(Py_BUILD_CORE)
2673 #if defined(Py_USING_UNICODE) && !defined(Py_BUILD_CORE)
2687 #ifdef Py_USING_UNICODE
2725 #ifdef Py_USING_UNICODE
2739 #ifdef Py_USING_UNICODE
2747 #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()
1971 #ifdef Py_USING_UNICODE in array_new()
2042 #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()
1700 #if defined(PGEN) || !defined(Py_USING_UNICODE)
1707 #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.h38 #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_arm64/pyconfig/
Dpyconfig.h989 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h989 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h989 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h989 #define Py_USING_UNICODE 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h1000 #define Py_USING_UNICODE 1 macro

123