Searched refs:__pctype_func (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwctype.h47 #define __PCTYPE_FUNC __pctype_func()
49 #define __pctype_func() (_pctype) macro
51 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) macro
146 #define isleadbyte(c) (__pctype_func()[(unsigned char)(c)] & _LEADBYTE)
161 __CRT_INLINE int __cdecl isleadbyte(int _C) {return (__pctype_func()[(unsigned char)(_C)] & _LEADBYTE); }
H A Dctype.h24 #define __PCTYPE_FUNC __pctype_func()
26 #define __pctype_func() (_pctype) macro
28 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) macro
H A Dwchar.h157 #define __PCTYPE_FUNC __pctype_func()
159 #define __pctype_func() (_pctype) macro
161 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwctype.h47 #define __PCTYPE_FUNC __pctype_func()
49 #define __pctype_func() (_pctype) macro
51 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) macro
146 #define isleadbyte(c) (__pctype_func()[(unsigned char)(c)] & _LEADBYTE)
161 __CRT_INLINE int __cdecl isleadbyte(int _C) {return (__pctype_func()[(unsigned char)(_C)] & _LEADBYTE); }
H A Dctype.h24 #define __PCTYPE_FUNC __pctype_func()
26 #define __pctype_func() (_pctype) macro
28 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) macro
H A Dwchar.h157 #define __PCTYPE_FUNC __pctype_func()
159 #define __pctype_func() (_pctype) macro
161 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) macro

Completed in 45 milliseconds