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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 70 #ifndef _wctype
72 extern unsigned short *_wctype;
74 extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
75 #define _wctype (* __MINGW_IMP_SYMBOL(_wctype)) macro
ctype.h 47 #ifndef _wctype
49 extern unsigned short *_wctype;
51 extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
52 #define _wctype (* __MINGW_IMP_SYMBOL(_wctype)) macro
wchar.h 179 #ifndef _wctype
181 extern unsigned short *_wctype;
183 extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
184 #define _wctype (* __MINGW_IMP_SYMBOL(_wctype)) macro
    [all...]

Completed in 196 milliseconds