Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h199 # define PyUnicode_GetMax PyUnicodeUCS2_GetMax macro
286 # define PyUnicode_GetMax PyUnicodeUCS4_GetMax macro
495 PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h199 # define PyUnicode_GetMax PyUnicodeUCS2_GetMax macro
286 # define PyUnicode_GetMax PyUnicodeUCS4_GetMax macro
495 PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsysmodule.c1437 PyInt_FromLong(PyUnicode_GetMax())); in _PySys_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsysmodule.c1458 PyInt_FromLong(PyUnicode_GetMax())); in _PySys_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c189 PyUnicode_GetMax(void) in PyUnicode_GetMax() function
3431 Py_UNICODE unimax = PyUnicode_GetMax(); in _PyUnicode_DecodeUnicodeInternal()
4959 long max = PyUnicode_GetMax(); in charmaptranslate_lookup()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c176 PyUnicode_GetMax(void) in PyUnicode_GetMax() function
3383 Py_UNICODE unimax = PyUnicode_GetMax(); in _PyUnicode_DecodeUnicodeInternal()
4866 long max = PyUnicode_GetMax(); in charmaptranslate_lookup()