Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c3438 Py_UNICODE unimax = PyUnicode_GetMax(); in _PyUnicode_DecodeUnicodeInternal() local
3460 if (*p > unimax || *p < 0) { in _PyUnicode_DecodeUnicodeInternal()