/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 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 …]
|
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() 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 …]
|
D | object.c | 384 #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()
|
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() 1336 #ifdef Py_USING_UNICODE in newxmlparseobject() [all …]
|
D | sre.h | 18 #ifdef Py_USING_UNICODE
|
D | _testcapimodule.c | 1279 #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
|
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() 1970 #ifdef Py_USING_UNICODE in array_new() 2041 #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() 1693 #if defined(PGEN) || !defined(Py_USING_UNICODE) 1700 #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 | 35 #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_arm/pyconfig/ |
D | pyconfig.h | 983 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 983 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 983 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/android_x86_64/pyconfig/ |
D | pyconfig.h | 983 #define Py_USING_UNICODE 1 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 994 #define Py_USING_UNICODE 1 macro
|