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

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DModuleSetupCode.c150 #define __Pyx_PyUnicode_KIND(u) PyUnicode_KIND(u) macro
158 #define __Pyx_PyUnicode_KIND(u) (sizeof(Py_UNICODE)) macro

Completed in 27 milliseconds