Searched defs:PyUnicode_AS_UNICODE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | unicodeobject.h | 397 #define PyUnicode_AS_UNICODE(op) \ macro |
/external/python/cpython2/Include/ | ||
D | unicodeobject.h | 436 #define PyUnicode_AS_UNICODE(op) \ macro |