/ndk/sources/android/support/src/musl-ctype/ |
wctrans.c | 11 wint_t towctrans(wint_t wc, wctrans_t trans) function
|
/external/bison/darwin-lib/ |
wctype.h | 25 * 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/lib/ |
wctype.in.h | 24 * 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/linux-lib/ |
wctype.h | 25 * 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");
|