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

/external/python/cpython3/Include/
H A Dunicodeobject.h118 typedef uint8_t Py_UCS1; typedef
297 * character type = Py_UCS1 (8 bits, unsigned)
356 Py_UCS1 *latin1;
451 #define PyUnicode_1BYTE_DATA(op) ((Py_UCS1*)PyUnicode_DATA(op))
489 ((Py_UCS1 *)(data))[(index)] = (Py_UCS1)(value); \
508 ((const Py_UCS1 *)(data))[(index)] : \
524 ((const Py_UCS1 *)(PyUnicode_DATA((unicode))))[(index)] : \
707 /* Create a new string from a buffer of Py_UCS1, Py_UCS2 or Py_UCS4 characters.

Completed in 390 milliseconds