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

/external/python/cpython3/Include/
H A Dunicodeobject.h236 * test: kind == PyUnicode_WCHAR_KIND
239 * kind = PyUnicode_WCHAR_KIND
252 * test: !PyUnicode_IS_COMPACT(op) && kind != PyUnicode_WCHAR_KIND
290 - PyUnicode_WCHAR_KIND (0):
439 PyUnicode_WCHAR_KIND = 0, enumerator in enum:PyUnicode_Kind
819 if the kind of the string is PyUnicode_WCHAR_KIND: in this case, the length
935 (assert((KIND) != PyUnicode_WCHAR_KIND), \

Completed in 79 milliseconds