Searched defs:isleadbyte (Results 1 – 3 of 3) sorted by relevance
154 #define isleadbyte(c) (__pctype_func()[(unsigned char)(c)] & _LEADBYTE) macro169 …__CRT_INLINE int __cdecl isleadbyte(int _C) {return (__pctype_func()[(unsigned char)(_C)] & _LEADB… in isleadbyte() function
399 #define isleadbyte(_c) (__PCTYPE_FUNC[(unsigned char)(_c)] & _LEADBYTE) macro
21019 pub fn isleadbyte(_C: ::std::os::raw::c_int) -> ::std::os::raw::c_int; in isleadbyte() function