Searched refs:towctrans (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/std/depr/depr.c.headers/
H A Dwctype_h.pass.cpp83 #ifdef towctrans
84 #error towctrans defined
112 static_assert((std::is_same<decltype(towctrans(w, wctr)), wint_t>::value), "");
/external/libcxx/test/std/strings/c.strings/
H A Dcwctype.pass.cpp83 #ifdef towctrans
84 #error towctrans defined
112 static_assert((std::is_same<decltype(std::towctrans(w, wctr)), std::wint_t>::value), "");
/external/bison/lib/
H A Dwctype.in.h24 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
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));
492 _GL_CXXALIASWARN (towctrans); variable
494 # undef towctrans macro
496 _GL_WARN_ON_USE (towctrans, "towctrans is unportable - "
497 "use gnulib module towctrans for portability");
/external/bison/darwin-lib/
H A Dwctype.h25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
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));
794 _GL_CXXALIASWARN (towctrans);
796 # undef towctrans macro
798 _GL_WARN_ON_USE (towctrans, "towctrans is unportable - "
799 "use gnulib module towctrans for portability");
/external/bison/linux-lib/
H A Dwctype.h25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
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));
794 _GL_CXXALIASWARN (towctrans);
796 # undef towctrans macro
798 _GL_WARN_ON_USE (towctrans, "towctrans is unportable - "
799 "use gnulib module towctrans for portability");

Completed in 135 milliseconds