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

/external/python/cpython3/Include/
H A Dunicodeobject.h381 on request. Use PyUnicode_GET_LENGTH() for the length in code points. */
534 #define PyUnicode_GET_LENGTH(op) \ macro

Completed in 216 milliseconds