Searched defs:_Py_UNICODE_NEXT (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dunicodeobject.c549 /* _Py_UNICODE_NEXT is a private macro used to retrieve the character pointed
562 /* helper macros used by _Py_UNICODE_NEXT */
571 #define _Py_UNICODE_NEXT(ptr, end) *(ptr)++ macro
573 #define _Py_UNICODE_NEXT(ptr, end) \ macro
3701 Py_UCS4 ch = _Py_UNICODE_NEXT(p, collend);
3734 Py_UCS4 ch = _Py_UNICODE_NEXT(p, collend);
5149 Py_UCS4 ch = _Py_UNICODE_NEXT(p, collend);
5302 Py_UCS4 ch = _Py_UNICODE_NEXT(p, collend);

Completed in 55 milliseconds