Home
last modified time | relevance | path

Searched refs:Py_UNICODE_WIDE (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Objects/
Dunicodetype_db.h1952 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2026 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2068 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2076 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2086 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2096 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2105 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2131 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2160 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
2182 #ifdef Py_UNICODE_WIDE in _PyUnicode_ToNumeric()
[all …]
Dunicodeobject.c191 #ifdef Py_UNICODE_WIDE in PyUnicode_GetMax()
570 #ifdef Py_UNICODE_WIDE
781 #ifdef Py_UNICODE_WIDE in PyUnicode_FromFormatV()
1126 #ifdef Py_UNICODE_WIDE in PyUnicode_FromOrdinal()
1698 #ifdef Py_UNICODE_WIDE in PyUnicode_DecodeUTF7Stateful()
1898 #ifdef Py_UNICODE_WIDE in PyUnicode_EncodeUTF7()
2099 #ifdef Py_UNICODE_WIDE in PyUnicode_DecodeUTF8Stateful()
2281 #ifndef Py_UNICODE_WIDE in PyUnicode_DecodeUTF32Stateful()
2352 #ifndef Py_UNICODE_WIDE in PyUnicode_DecodeUTF32Stateful()
2391 #ifndef Py_UNICODE_WIDE in PyUnicode_DecodeUTF32Stateful()
[all …]
Dunicodectype.c41 #ifdef Py_UNICODE_WIDE in gettyperecord()
/external/python/cpython2/Python/
Dcodecs.c727 #ifndef Py_UNICODE_WIDE in PyCodec_XMLCharRefReplaceErrors()
735 #ifndef Py_UNICODE_WIDE in PyCodec_XMLCharRefReplaceErrors()
769 #ifndef Py_UNICODE_WIDE in PyCodec_XMLCharRefReplaceErrors()
852 #ifdef Py_UNICODE_WIDE in PyCodec_BackslashReplaceErrors()
872 #ifdef Py_UNICODE_WIDE in PyCodec_BackslashReplaceErrors()
/external/python/cpython2/Include/
Dunicodeobject.h82 #define Py_UNICODE_WIDE macro
99 # if defined(Py_UNICODE_WIDE)
146 #ifndef Py_UNICODE_WIDE
/external/python/cpython3/Include/
Dunicodeobject.h78 #define Py_UNICODE_WIDE macro
/external/python/cpython2/Modules/
Dunicodedata.c98 #ifndef Py_UNICODE_WIDE in getuchar()
1167 #ifndef Py_UNICODE_WIDE in unicodedata_lookup()
D_json.c131 #ifdef Py_UNICODE_WIDE
170 #ifdef Py_UNICODE_WIDE in ascii_escape_char()
548 #ifdef Py_UNICODE_WIDE in scanstring_str()
716 #ifdef Py_UNICODE_WIDE in scanstring_unicode()
D_tkinter.c95 #if TCL_UTF_MAX != 3 && !(defined(Py_UNICODE_WIDE) && TCL_UTF_MAX==6)
1167 #if defined(Py_UNICODE_WIDE) && TCL_UTF_MAX == 3 in AsObj()
1382 #if defined(Py_UNICODE_WIDE) && TCL_UTF_MAX==3 in FromObj()
DcPickle.c1332 #ifdef Py_UNICODE_WIDE in modified_EncodeRawUnicodeEscape()
1350 #ifdef Py_UNICODE_WIDE in modified_EncodeRawUnicodeEscape()
/external/python/cpython2/Objects/stringlib/
Dformatter.h793 #ifdef Py_UNICODE_WIDE in format_int_or_long_internal()
/external/python/cpython2/Doc/c-api/
Dunicode.rst582 If *Py_UNICODE_WIDE* is not defined, surrogate pairs will be output
664 If *Py_UNICODE_WIDE* is defined, a single :c:type:`Py_UNICODE` value may get
/external/python/cpython3/Doc/c-api/
Dunicode.rst1175 If ``Py_UNICODE_WIDE`` is not defined, surrogate pairs will be output
1249 If ``Py_UNICODE_WIDE`` is defined, a single :c:type:`Py_UNICODE` value may get
/external/python/cpython3/Modules/
Darraymodule.c2590 #ifdef Py_UNICODE_WIDE in array_buffer_getbuf()
/external/python/cpython3/Objects/
Dunicodeobject.c433 #ifdef Py_UNICODE_WIDE in PyUnicode_GetMax()