HomeSort by relevance Sort by last modified time
    Searched refs:wint_t (Results 101 - 125 of 278) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
_cwchar.h 39 typedef _BSD_WINT_T_ wint_t; typedef
57 typedef long int wint_t; typedef
62 typedef _BSD_WINT_T_ wint_t; typedef
72 extern wint_t btowc();
167 using _STLP_VENDOR_CSTD::wint_t;
172 typedef int wint_t; typedef
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
_cwchar.h 39 typedef _BSD_WINT_T_ wint_t; typedef
57 typedef long int wint_t; typedef
62 typedef _BSD_WINT_T_ wint_t; typedef
72 extern wint_t btowc();
167 using _STLP_VENDOR_CSTD::wint_t;
172 typedef int wint_t; typedef
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
_cwchar.h 39 typedef _BSD_WINT_T_ wint_t; typedef
57 typedef long int wint_t; typedef
62 typedef _BSD_WINT_T_ wint_t; typedef
72 extern wint_t btowc();
167 using _STLP_VENDOR_CSTD::wint_t;
172 typedef int wint_t; typedef
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
_cwchar.h 39 typedef _BSD_WINT_T_ wint_t; typedef
57 typedef long int wint_t; typedef
62 typedef _BSD_WINT_T_ wint_t; typedef
72 extern wint_t btowc();
167 using _STLP_VENDOR_CSTD::wint_t;
172 typedef int wint_t; typedef
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwctype.h 33 wint_t towctrans(wint_t c, wctrans_t value);
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
_cwchar.h 39 typedef _BSD_WINT_T_ wint_t; typedef
57 typedef long int wint_t; typedef
62 typedef _BSD_WINT_T_ wint_t; typedef
72 extern wint_t btowc();
167 using _STLP_VENDOR_CSTD::wint_t;
172 typedef int wint_t; typedef
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 44 /* Get size_t, wchar_t, wint_t and NULL from <stddef.h>. */
54 /* We try to get wint_t from <stddef.h>, but not all GCC versions define it
62 typedef unsigned int wint_t; typedef
65 wint_t in the std namespace. */
69 typedef __WINT_TYPE__ wint_t; typedef
86 wint_t __wch;
300 extern wint_t btowc (int __c) __THROW;
304 extern int wctob (wint_t __c) __THROW;
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
334 __extern_inline wint_t
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 44 /* Get size_t, wchar_t, wint_t and NULL from <stddef.h>. */
54 /* We try to get wint_t from <stddef.h>, but not all GCC versions define it
62 typedef unsigned int wint_t; typedef
65 wint_t in the std namespace. */
69 typedef __WINT_TYPE__ wint_t; typedef
86 wint_t __wch;
300 extern wint_t btowc (int __c) __THROW;
304 extern int wctob (wint_t __c) __THROW;
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
334 __extern_inline wint_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 44 /* Get size_t, wchar_t, wint_t and NULL from <stddef.h>. */
54 /* We try to get wint_t from <stddef.h>, but not all GCC versions define it
62 typedef unsigned int wint_t; typedef
65 wint_t in the std namespace. */
69 typedef __WINT_TYPE__ wint_t; typedef
86 wint_t __wch;
300 extern wint_t btowc (int __c) __THROW;
304 extern int wctob (wint_t __c) __THROW;
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
334 __extern_inline wint_t
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 93 wint_t w = 0;
110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), "");
111 static_assert((std::is_same<decltype(towupper(w)), wint_t>::value), "");
112 static_assert((std::is_same<decltype(towctrans(w, wctr)), wint_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 93 std::wint_t w = 0;
110 static_assert((std::is_same<decltype(std::towlower(w)), std::wint_t>::value), "");
111 static_assert((std::is_same<decltype(std::towupper(w)), std::wint_t>::value), "");
112 static_assert((std::is_same<decltype(std::towctrans(w, wctr)), std::wint_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
types.pass.cpp 26 static_assert((std::is_same<std::char_traits<wchar_t>::int_type, std::wint_t>::value), "");
  /external/stlport/stlport/stl/
_cwchar.h 39 typedef _BSD_WINT_T_ wint_t; typedef
57 typedef long int wint_t; typedef
62 typedef _BSD_WINT_T_ wint_t; typedef
72 extern wint_t btowc();
167 using _STLP_VENDOR_CSTD::wint_t;
172 typedef int wint_t; typedef
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 39 typedef _BSD_WINT_T_ wint_t; typedef
57 typedef long int wint_t; typedef
62 typedef _BSD_WINT_T_ wint_t; typedef
72 extern wint_t btowc();
167 using _STLP_VENDOR_CSTD::wint_t;
172 typedef int wint_t; typedef
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef

Completed in 1845 milliseconds

1 2 3 45 6 7 8 91011>>