Home
last modified time | relevance | path

Searched refs:PyUnicode_GetMax (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h199 # define PyUnicode_GetMax PyUnicodeUCS2_GetMax macro
286 # define PyUnicode_GetMax PyUnicodeUCS4_GetMax macro
495 PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void);
/external/python/cpython3/Include/
Dunicodeobject.h819 PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void) Py_DEPRECATED(3.3);
/external/python/cpython2/Python/
Dsysmodule.c1458 PyInt_FromLong(PyUnicode_GetMax())); in _PySys_Init()
/external/python/cpython2/Objects/
Dunicodeobject.c189 PyUnicode_GetMax(void) in PyUnicode_GetMax() function
3438 Py_UNICODE unimax = PyUnicode_GetMax(); in _PyUnicode_DecodeUnicodeInternal()
4966 long max = PyUnicode_GetMax(); in charmaptranslate_lookup()
/external/python/cpython3/Doc/whatsnew/
D3.3.rst252 in hexadecimal). The :c:func:`PyUnicode_GetMax` function still returns
2285 * :c:func:`PyUnicode_GetMax`
/external/python/cpython3/Objects/
Dunicodeobject.c396 PyUnicode_GetMax(void) in PyUnicode_GetMax() function