HomeSort by relevance Sort by last modified time
    Searched defs:towctrans (Results 1 - 11 of 11) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/musl-ctype/
wctrans.c 11 wint_t towctrans(wint_t wc, wctrans_t trans) function
  /prebuilts/ndk/r13/sources/android/support/src/musl-ctype/
wctrans.c 11 wint_t towctrans(wint_t wc, wctrans_t trans) function
  /external/libcxx/include/
wctype.h 43 wint_t towctrans(wint_t wc, wctrans_t desc);
74 #undef towctrans macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
wctype.h 43 wint_t towctrans(wint_t wc, wctrans_t desc);
74 #undef towctrans macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
wctype.h 43 wint_t towctrans(wint_t wc, wctrans_t desc);
74 #undef towctrans macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
wctype.h 43 wint_t towctrans(wint_t wc, wctrans_t desc);
74 #undef towctrans macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
iswctype_sb.c 219 wint_t towctrans(wint_t p1, wctrans_t tranfunc) function
  /bionic/libc/bionic/
wctype.cpp 175 wint_t towctrans(wint_t c, wctrans_t t) { function
183 return towctrans(c, t);
  /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");

Completed in 583 milliseconds