HomeSort by relevance Sort by last modified time
    Searched refs:__Pyx_PyUnicode_KIND (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 150 #define __Pyx_PyUnicode_KIND(u) PyUnicode_KIND(u)
158 #define __Pyx_PyUnicode_KIND(u) (sizeof(Py_UNICODE))
StringTools.c 182 kind = __Pyx_PyUnicode_KIND(s1);
183 if (kind != __Pyx_PyUnicode_KIND(s2)) {

Completed in 27 milliseconds