Searched refs:wctrans (Results 1 - 6 of 6) sorted by relevance
/external/stlport/stlport/stl/ |
H A D | _cwctype.h | 34 wctrans_t wctrans(const char *name); 38 using std::wctrans; 64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
|
/external/libcxx/test/depr/depr.c.headers/ |
H A D | wctype_h.pass.cpp | 87 #ifdef wctrans 88 #error wctrans defined 113 static_assert((std::is_same<decltype(wctrans("")), wctrans_t>::value), "");
|
/external/libcxx/test/strings/c.strings/ |
H A D | cwctype.pass.cpp | 87 #ifdef wctrans 88 #error wctrans defined 113 static_assert((std::is_same<decltype(std::wctrans("")), std::wctrans_t>::value), "");
|
/external/bison/lib/ |
H A D | wctype.in.h | 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 472 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name)); 474 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name)); 475 _GL_CXXALIASWARN (wctrans); variable 477 # undef wctrans macro 479 _GL_WARN_ON_USE (wctrans, "wctrans is unportable - " 480 "use gnulib module wctrans for portability"); 486 The argument DESC must have been returned by the wctrans() function. */
|
/external/bison/darwin-lib/ |
H A D | wctype.h | 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name)); 776 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name)); 777 _GL_CXXALIASWARN (wctrans); 779 # undef wctrans macro 781 _GL_WARN_ON_USE (wctrans, "wctrans is unportable - " 782 "use gnulib module wctrans for portability"); 788 The argument DESC must have been returned by the wctrans() function. */
|
/external/bison/linux-lib/ |
H A D | wctype.h | 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name)); 776 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name)); 777 _GL_CXXALIASWARN (wctrans); 779 # undef wctrans macro 781 _GL_WARN_ON_USE (wctrans, "wctrans is unportable - " 782 "use gnulib module wctrans for portability"); 788 The argument DESC must have been returned by the wctrans() function. */
|
Completed in 189 milliseconds