HomeSort by relevance Sort by last modified time
    Searched refs:wint_t (Results 126 - 150 of 274) sorted by null

1 2 3 4 56 7 8 91011

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 50 wint_t btowc_l( int c, locale_t loc );
51 int wctob_l( wint_t c, locale_t loc );
118 inline int iswblank_l( wint_t c, locale_t /*loc*/ )
126 inline int iswblank( wint_t c, locale_t /*loc*/ )
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 91 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
94 /* Always define wint_t when modules are available. */
99 typedef __WINT_TYPE__ wint_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 26 wint_t btowc_l(int __c, locale_t __l) {
31 int wctob_l(wint_t __c, locale_t __l) {
128 int iswctype_l(wint_t __c, wctype_t __m, locale_t __l) {
143 wint_t towupper_l(wint_t __c, locale_t __l) {
147 wint_t towlower_l(wint_t __c, locale_t __l) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 36 std::wint_t w = 0;
57 static_assert((std::is_same<decltype(std::fgetwc(fp)), std::wint_t>::value), "");
59 static_assert((std::is_same<decltype(std::fputwc(L' ', fp)), std::wint_t>::value), "");
62 static_assert((std::is_same<decltype(std::getwc(fp)), std::wint_t>::value), "");
63 static_assert((std::is_same<decltype(std::getwchar()), std::wint_t>::value), "");
64 static_assert((std::is_same<decltype(std::putwc(L' ', fp)), std::wint_t>::value), "");
65 static_assert((std::is_same<decltype(std::putwchar(L' ')), std::wint_t>::value), "");
66 static_assert((std::is_same<decltype(std::ungetwc(L' ', fp)), std::wint_t>::value), "");
101 static_assert((std::is_same<decltype(std::btowc(0)), wint_t>::value), "");
  /external/stlport/src/
c_locale.h 205 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *, wint_t, _Locale_mask_t);
206 wint_t _WLocale_tolower(struct _Locale_ctype *, wint_t);
207 wint_t _WLocale_toupper(struct _Locale_ctype *, wint_t);
  /ndk/sources/cxx-stl/stlport/src/
c_locale.h 205 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *, wint_t, _Locale_mask_t);
206 wint_t _WLocale_tolower(struct _Locale_ctype *, wint_t);
207 wint_t _WLocale_toupper(struct _Locale_ctype *, wint_t);
  /external/bison/lib/
printf-args.c 87 /* Although ISO C 99 7.24.1.(2) says that wint_t is "unchanged by
89 where wint_t is 'unsigned short'. */
91 (sizeof (wint_t) < sizeof (int)
92 ? (wint_t) va_arg (args, int)
93 : va_arg (args, wint_t));
printf-args.h 39 /* Get wint_t. */
113 wint_t a_wide_char;
wchar.in.h 39 and once directly. In both situations 'wint_t' is not yet defined,
101 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
102 #if !@HAVE_WINT_T@ && !defined wint_t
103 # define wint_t int
108 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
109 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
115 # undef wint_t
116 # define wint_t rpl_wint_t
121 # define WEOF ((wint_t) -1)
146 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
wchar.in.h 41 and once directly. In both situations 'wint_t' is not yet defined,
84 /* Define wint_t. (Also done in wctype.in.h.) */
85 #if !@HAVE_WINT_T@ && !defined wint_t
86 # define wint_t int
111 extern wint_t btowc (int c);
130 extern int wctob (wint_t wc);
  /external/e2fsprogs/intl/
printf-args.h 30 /* Get wint_t. */
102 wint_t a_wide_char;
  /external/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
  /ndk/sources/android/support/tests/
wchar_unittest.cc 8 ASSERT_EQ(sizeof(int), sizeof(wint_t));
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
_G_config.h 38 #define _G_wint_t wint_t
gconv.h 76 typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
_G_config.h 38 #define _G_wint_t wint_t
gconv.h 76 typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
_G_config.h 38 #define _G_wint_t wint_t
gconv.h 76 typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef

Completed in 889 milliseconds

1 2 3 4 56 7 8 91011