HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 1551 - 1575 of 3668) sorted by null

<<61626364656667686970>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 76 test_buf<wchar_t> f;
89 test_buf<wchar_t> f;
112 test_buf<wchar_t> f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 64 std::wistream is((testbuf<wchar_t>*)0);
82 testbuf<wchar_t> sb(L" 123");
101 testbuf<wchar_t> sb(L" 123");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 118 template<> class ctype<wchar_t>;
122 // NB: Specialized for char and wchar_t in locale_facets.h.
129 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 38 wchar_t spec; /* Format letter. */
51 wchar_t pad; /* Padding character. */
111 PA_WSTRING, /* const wchar_t *, wide character string */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
localefwd.h 126 template<> class ctype<wchar_t>;
130 // NB: Specialized for char and wchar_t in locale_facets.h.
137 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 38 wchar_t spec; /* Format letter. */
51 wchar_t pad; /* Padding character. */
111 PA_WSTRING, /* const wchar_t *, wide character string */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 38 wchar_t spec; /* Format letter. */
51 wchar_t pad; /* Padding character. */
111 PA_WSTRING, /* const wchar_t *, wide character string */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
localefwd.h 126 template<> class ctype<wchar_t>;
130 // NB: Specialized for char and wchar_t in locale_facets.h.
137 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 118 template<> class ctype<wchar_t>;
122 // NB: Specialized for char and wchar_t in locale_facets.h.
129 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 118 template<> class ctype<wchar_t>;
122 // NB: Specialized for char and wchar_t in locale_facets.h.
129 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 118 template<> class ctype<wchar_t>;
122 // NB: Specialized for char and wchar_t in locale_facets.h.
129 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 118 template<> class ctype<wchar_t>;
122 // NB: Specialized for char and wchar_t in locale_facets.h.
129 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 126 template<> class ctype<wchar_t>;
130 // NB: Specialized for char and wchar_t in locale_facets.h.
137 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 126 template<> class ctype<wchar_t>;
130 // NB: Specialized for char and wchar_t in locale_facets.h.
137 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 126 template<> class ctype<wchar_t>;
130 // NB: Specialized for char and wchar_t in locale_facets.h.
137 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 126 template<> class ctype<wchar_t>;
130 // NB: Specialized for char and wchar_t in locale_facets.h.
137 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
localefwd.h 124 template<> class ctype<wchar_t>;
128 // NB: Specialized for char and wchar_t in locale_facets.h.
135 template<> class codecvt<wchar_t, char, mbstate_t>;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
limits 51 // char, signed char, unsigned char, wchar_t (4)
642 /// numeric_limits<wchar_t> specialization.
644 struct numeric_limits<wchar_t>
648 static _GLIBCXX_CONSTEXPR wchar_t
649 min() throw() { return __glibcxx_min (wchar_t); }
651 static _GLIBCXX_CONSTEXPR wchar_t
652 max() throw() { return __glibcxx_max (wchar_t); }
655 static constexpr wchar_t
659 static _GLIBCXX_USE_CONSTEXPR int digits = __glibcxx_digits (wchar_t);
661 = __glibcxx_digits10 (wchar_t);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
limits 51 // char, signed char, unsigned char, wchar_t (4)
642 /// numeric_limits<wchar_t> specialization.
644 struct numeric_limits<wchar_t>
648 static _GLIBCXX_CONSTEXPR wchar_t
649 min() throw() { return __glibcxx_min (wchar_t); }
651 static _GLIBCXX_CONSTEXPR wchar_t
652 max() throw() { return __glibcxx_max (wchar_t); }
655 static constexpr wchar_t
659 static _GLIBCXX_USE_CONSTEXPR int digits = __glibcxx_digits (wchar_t);
661 = __glibcxx_digits10 (wchar_t);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
limits 51 // char, signed char, unsigned char, wchar_t (4)
642 /// numeric_limits<wchar_t> specialization.
644 struct numeric_limits<wchar_t>
648 static _GLIBCXX_CONSTEXPR wchar_t
649 min() throw() { return __glibcxx_min (wchar_t); }
651 static _GLIBCXX_CONSTEXPR wchar_t
652 max() throw() { return __glibcxx_max (wchar_t); }
655 static constexpr wchar_t
659 static _GLIBCXX_USE_CONSTEXPR int digits = __glibcxx_digits (wchar_t);
661 = __glibcxx_digits10 (wchar_t);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits 51 // char, signed char, unsigned char, wchar_t (4)
648 /// numeric_limits<wchar_t> specialization.
650 struct numeric_limits<wchar_t>
654 static _GLIBCXX_CONSTEXPR wchar_t
655 min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
657 static _GLIBCXX_CONSTEXPR wchar_t
658 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
661 static constexpr wchar_t
665 static _GLIBCXX_USE_CONSTEXPR int digits = __glibcxx_digits (wchar_t);
667 = __glibcxx_digits10 (wchar_t);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
limits 51 // char, signed char, unsigned char, wchar_t (4)
642 /// numeric_limits<wchar_t> specialization.
644 struct numeric_limits<wchar_t>
648 static _GLIBCXX_CONSTEXPR wchar_t
649 min() throw() { return __glibcxx_min (wchar_t); }
651 static _GLIBCXX_CONSTEXPR wchar_t
652 max() throw() { return __glibcxx_max (wchar_t); }
655 static constexpr wchar_t
659 static _GLIBCXX_USE_CONSTEXPR int digits = __glibcxx_digits (wchar_t);
661 = __glibcxx_digits10 (wchar_t);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits 51 // char, signed char, unsigned char, wchar_t (4)
648 /// numeric_limits<wchar_t> specialization.
650 struct numeric_limits<wchar_t>
654 static _GLIBCXX_CONSTEXPR wchar_t
655 min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
657 static _GLIBCXX_CONSTEXPR wchar_t
658 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
661 static constexpr wchar_t
665 static _GLIBCXX_USE_CONSTEXPR int digits = __glibcxx_digits (wchar_t);
667 = __glibcxx_digits10 (wchar_t);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
limits 50 // char, signed char, unsigned char, wchar_t (4)
648 /// numeric_limits<wchar_t> specialization.
650 struct numeric_limits<wchar_t>
654 static _GLIBCXX_CONSTEXPR wchar_t
655 min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
657 static _GLIBCXX_CONSTEXPR wchar_t
658 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
661 static constexpr wchar_t
665 static _GLIBCXX_USE_CONSTEXPR int digits = __glibcxx_digits (wchar_t);
667 = __glibcxx_digits10 (wchar_t);
    [all...]
  /external/bison/lib/
mbrtowc.c 39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
329 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
355 wchar_t wc;
376 wchar_t wc;
391 wchar_t dummy;

Completed in 1217 milliseconds

<<61626364656667686970>>