Searched defs:isleadbyte (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwctype.h119 int __cdecl isleadbyte(int);
146 #define isleadbyte(c) (__pctype_func()[(unsigned char)(c)] & _LEADBYTE) macro
161 __CRT_INLINE int __cdecl isleadbyte(int _C) {return (__pctype_func()[(unsigned char)(_C)] & _LEADBYTE); } function
H A Dwchar.h245 int __cdecl isleadbyte(int _C);
360 #define isleadbyte(_c) (__PCTYPE_FUNC[(unsigned char)(_c)] & _LEADBYTE) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwctype.h119 int __cdecl isleadbyte(int);
146 #define isleadbyte(c) (__pctype_func()[(unsigned char)(c)] & _LEADBYTE) macro
161 __CRT_INLINE int __cdecl isleadbyte(int _C) {return (__pctype_func()[(unsigned char)(_C)] & _LEADBYTE); } function
H A Dwchar.h245 int __cdecl isleadbyte(int _C);
360 #define isleadbyte(_c) (__PCTYPE_FUNC[(unsigned char)(_c)] & _LEADBYTE) macro

Completed in 76 milliseconds