Home
last modified time | relevance | path

Searched defs:isleadbyte (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwctype.h154 #define isleadbyte(c) (__pctype_func()[(unsigned char)(c)] & _LEADBYTE) macro
169 …__CRT_INLINE int __cdecl isleadbyte(int _C) {return (__pctype_func()[(unsigned char)(_C)] & _LEADB… in isleadbyte() function
Dwchar.h399 #define isleadbyte(_c) (__PCTYPE_FUNC[(unsigned char)(_c)] & _LEADBYTE) macro
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs21019 pub fn isleadbyte(_C: ::std::os::raw::c_int) -> ::std::os::raw::c_int; in isleadbyte() function