Home
last modified time | relevance | path

Searched refs:PyUnicode_GetMax (Results 1 – 3 of 3) 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/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()