Home | History | Annotate | Download | only in Include

Lines Matching refs:PyUnicode_READ

397    use PyUnicode_WRITE() and PyUnicode_READ(). */
505 #define PyUnicode_READ(kind, data, index) \
515 /* PyUnicode_READ_CHAR() is less efficient than PyUnicode_READ() because it
518 cache kind and use PyUnicode_READ instead. */