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