Home
last modified time | relevance | path

Searched refs:_CFFI_PRIM_WCHAR (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/cffi/
Dparse_c_type.h50 #define _CFFI_PRIM_WCHAR 16 macro
/external/python/cffi/c/
Dparse_c_type.c556 if (size == 7 && !memcmp(p, "wchar", 5)) return _CFFI_PRIM_WCHAR; in MAKE_SEARCH_FUNC()