HomeSort by relevance Sort by last modified time
    Searched refs:towctrans (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
37 using std::towctrans;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
37 using std::towctrans;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
37 using std::towctrans;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
37 using std::towctrans;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
37 using std::towctrans;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
37 using std::towctrans;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
wctype_h.pass.cpp 83 #ifdef towctrans
84 #error towctrans defined
112 static_assert((std::is_same<decltype(towctrans(w, wctr)), wint_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cwctype.pass.cpp 83 #ifdef towctrans
84 #error towctrans defined
112 static_assert((std::is_same<decltype(std::towctrans(w, wctr)), std::wint_t>::value), "");
  /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/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/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");
  /bionic/libc/include/
wchar.h 149 extern wint_t towctrans(wint_t, wctrans_t);
  /development/ndk/platforms/android-3/include/
wchar.h 150 extern wint_t towctrans(wint_t, wctrans_t);
  /development/ndk/platforms/android-8/include/
wchar.h 152 extern wint_t towctrans(wint_t, wctrans_t);
  /development/ndk/platforms/android-9/include/
wchar.h 153 extern wint_t towctrans(wint_t, wctrans_t);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wctype.h 222 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wctype.h 222 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wctype.h 222 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
wchar.h 150 extern wint_t towctrans(wint_t, wctrans_t);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
wchar.h 150 extern wint_t towctrans(wint_t, wctrans_t);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
wchar.h 150 extern wint_t towctrans(wint_t, wctrans_t);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
wchar.h 150 extern wint_t towctrans(wint_t, wctrans_t);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
wchar.h 152 extern wint_t towctrans(wint_t, wctrans_t);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
wchar.h 152 extern wint_t towctrans(wint_t, wctrans_t);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
wchar.h 150 extern wint_t towctrans(wint_t, wctrans_t);

Completed in 1419 milliseconds

1 2 3