Searched defs:wctrans_t (Results 1 - 4 of 4) sorted by last modified time

/external/stlport/stlport/stl/
H A D_cwctype.h32 typedef wchar_t wctrans_t; typedef in namespace:std
33 wint_t towctrans(wint_t c, wctrans_t value);
34 wctrans_t wctrans(const char *name);
36 using std::wctrans_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
/external/bison/darwin-lib/
H A Dwctype.h26 * wctrans_t, and wctype_t are not yet implemented.
766 typedef void * wctrans_t; typedef
774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name));
776 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name));
791 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
793 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
/external/bison/lib/
H A Dwctype.in.h25 * wctrans_t, and wctype_t are not yet implemented.
464 typedef void * wctrans_t; typedef
472 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name));
474 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name));
489 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
491 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
/external/bison/linux-lib/
H A Dwctype.h26 * wctrans_t, and wctype_t are not yet implemented.
766 typedef void * wctrans_t; typedef
774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name));
776 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name));
791 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
793 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));

Completed in 1014 milliseconds