Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c571 #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); in unicode_encode_ucs1()
3734 Py_UCS4 ch = _Py_UNICODE_NEXT(p, collend); in unicode_encode_ucs1()
5149 Py_UCS4 ch = _Py_UNICODE_NEXT(p, collend); in PyUnicode_TranslateCharmap()
5302 Py_UCS4 ch = _Py_UNICODE_NEXT(p, collend); in PyUnicode_EncodeDecimal()