Searched defs:wctype_t (Results 1 - 4 of 4) sorted by path

/external/bison/darwin-lib/
H A Dwctype.h26 * wctrans_t, and wctype_t are not yet implemented.
717 typedef void * wctype_t; typedef
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
727 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
/external/bison/lib/
H A Dwctype.in.h25 * wctrans_t, and wctype_t are not yet implemented.
415 typedef void * wctype_t; typedef
423 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
425 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
440 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
442 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
/external/bison/linux-lib/
H A Dwctype.h26 * wctrans_t, and wctype_t are not yet implemented.
717 typedef void * wctype_t; typedef
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
727 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h83 typedef unsigned short wctype_t; typedef

Completed in 332 milliseconds