Searched refs:wctrans_t (Results 1 - 7 of 7) sorted by relevance

/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/libcxx/test/depr/depr.c.headers/
H A Dwctype_h.pass.cpp94 wctrans_t wctr = 0;
113 static_assert((std::is_same<decltype(wctrans("")), wctrans_t>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcwctype.pass.cpp94 std::wctrans_t wctr = 0;
113 static_assert((std::is_same<decltype(std::wctrans("")), std::wctrans_t>::value), "");
/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/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/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));
/external/bison/
H A Dconfigure15916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctrans_t" >&5
15917 $as_echo_n "checking for wctrans_t... " >&6; }
15932 wctrans_t a;
34065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctrans_t" >&5
34066 $as_echo_n "checking for wctrans_t... " >&6; }
34081 wctrans_t a;

Completed in 1028 milliseconds