/external/python/cpython2/Python/ |
D | getargs.c | 579 #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 …]
|
D | formatter_unicode.c | 6 #ifdef Py_USING_UNICODE
|
D | bltinmodule.c | 30 #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 …]
|
D | sysmodule.c | 227 #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()
|
D | codecs.c | 626 #ifdef Py_USING_UNICODE 913 #ifdef Py_USING_UNICODE 955 #ifdef Py_USING_UNICODE in _PyCodecRegistry_Init()
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 443 #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 …]
|
D | object.c | 389 #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()
|
D | complexobject.c | 980 #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/ |
D | pyexpat.c | 27 #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 …]
|
D | sre.h | 18 #ifdef Py_USING_UNICODE
|
D | _testcapimodule.c | 1289 #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
|
D | arraymodule.c | 173 #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.c | 97 #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/ |
D | tokenizer.c | 292 #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
|
D | tokenizer.h | 62 #if defined(PGEN) || defined(Py_USING_UNICODE)
|
/external/python/cpython2/PC/os2vacpp/ |
D | pyconfig.h | 83 #define Py_USING_UNICODE macro
|
/external/python/cpython2/Include/ |
D | intobject.h | 38 #ifdef Py_USING_UNICODE
|
D | pyerrors.h | 29 #ifdef Py_USING_UNICODE 241 #ifdef Py_USING_UNICODE
|
D | longobject.h | 59 #ifdef Py_USING_UNICODE
|
/external/python/cpython2/PC/os2emx/ |
D | pyconfig.h | 61 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 989 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 989 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/android_x86_64/pyconfig/ |
D | pyconfig.h | 989 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/android_arm/pyconfig/ |
D | pyconfig.h | 989 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1000 #define Py_USING_UNICODE 1 macro
|