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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 46 #ifndef __PCTYPE_FUNC
47 #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); }
ctype.h 23 #ifndef __PCTYPE_FUNC
24 #define __PCTYPE_FUNC __pctype_func()
26 #define __pctype_func() (_pctype) macro
28 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) macro
201 #define __chvalidchk(a,b) (__PCTYPE_FUNC[(a)] & (b))
wchar.h 156 #ifndef __PCTYPE_FUNC
157 #define __PCTYPE_FUNC __pctype_func()
159 #define __pctype_func() (_pctype) macro
161 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype)) macro
356 #define isleadbyte(_c) (__PCTYPE_FUNC[(unsigned char)(_c)] & _LEADBYTE)
    [all...]

Completed in 45 milliseconds