Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
D_cffi_include.h174 #define _cffi_from_c_wchar_t \ macro
251 return _cffi_from_c_wchar_t((_cffi_wchar_t)x); in _cffi_from_c_char16_t()
267 return _cffi_from_c_wchar_t((_cffi_wchar_t)x); in _cffi_from_c_char32_t()
/external/python/cffi/c/
D_cffi_backend.c7466 static PyObject *_cffi_from_c_wchar_t(cffi_wchar_t x) { function
7518 _cffi_from_c_wchar_t,