iswctype
INT64 __cdecl iswctype(wint_t C, wctype_t Type){
if( C >= 0x100u )
return 0i64;
else
return(unsigned __int16)(Type & pwctype[C]);
}Referenced by:
RtlEthernetStringToAddressW
RtlIpv4StringToAddressExW
RtlIpv4StringToAddressW
RtlIpv6StringToAddressExW
RtlIpv6StringToAddressW
iswalnum
iswalpha
iswdigit
iswspace
towlower
winput_s