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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 119 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
ctype.h 166 int __cdecl isleadbyte(int _C);
wchar.h 245 int __cdecl isleadbyte(int _C);
356 #define isleadbyte(_c) (__PCTYPE_FUNC[(unsigned char)(_c)] & _LEADBYTE) macro
    [all...]
tchar.h 940 #define _istleadbyte isleadbyte

Completed in 165 milliseconds