Searched refs:PyUnicode_GetMax (Results 1 – 6 of 6) sorted by relevance
199 # define PyUnicode_GetMax PyUnicodeUCS2_GetMax macro286 # define PyUnicode_GetMax PyUnicodeUCS4_GetMax macro495 PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void);
601 Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void);
1458 PyInt_FromLong(PyUnicode_GetMax())); in _PySys_Init()
189 PyUnicode_GetMax(void) in PyUnicode_GetMax() function3438 Py_UNICODE unimax = PyUnicode_GetMax(); in _PyUnicode_DecodeUnicodeInternal()4966 long max = PyUnicode_GetMax(); in charmaptranslate_lookup()
252 in hexadecimal). The :c:func:`PyUnicode_GetMax` function still returns2285 * :c:func:`PyUnicode_GetMax`
499 PyUnicode_GetMax(void) in PyUnicode_GetMax() function