HomeSort by relevance Sort by last modified time
    Searched full:wctype (Results 26 - 50 of 307) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
wctype.h 1 // TR1 wctype.h -*- C++ -*-
25 /** @file tr1/wctype.h
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
wctype.h 1 // TR1 wctype.h -*- C++ -*-
25 /** @file tr1/wctype.h
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
wctype.h 1 // TR1 wctype.h -*- C++ -*-
25 /** @file tr1/wctype.h
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
wctype_h.pass.cpp 10 // <wctype.h>
12 #include <wctype.h>
71 #ifdef wctype
72 #error wctype defined
109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
46 #include <wctype.h>
52 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
72 #undef wctype
101 using ::wctype;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
52 #include <wctype.h>
58 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
78 #undef wctype
107 using ::wctype;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
52 #include <wctype.h>
58 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
78 #undef wctype
107 using ::wctype;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
46 #include <wctype.h>
52 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
72 #undef wctype
101 using ::wctype;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
46 #include <wctype.h>
52 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
72 #undef wctype
101 using ::wctype;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
46 #include <wctype.h>
52 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
72 #undef wctype
101 using ::wctype;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
46 #include <wctype.h>
52 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
72 #undef wctype
101 using ::wctype;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
52 #include <wctype.h>
58 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
78 #undef wctype
107 using ::wctype;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwctype 31 * This is the C++ version of the Standard C Library header @c wctype.h,
52 #include <wctype.h>
58 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
78 #undef wctype
107 using ::wctype;
  /external/bison/lib/
wctype.in.h 1 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it.
21 * ISO C 99 <wctype.h> for platforms that lack it.
22 * <http://www.opengroup.org/susv3xbd/wctype.h.html>
24 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
36 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.
47 /* Include the original <wctype.h> if it exists.
48 BeOS 5 has the functions but no <wctype.h>. */
66 /* Solaris 2.6 <wctype.h> includes <widec.h> which includes <euc.h> which
106 /* FreeBSD 4.4 to 4.11 has <wctype.h> but lacks the functions.
107 Linux libc5 has <wctype.h> and the functions but they are broken
426 _GL_CXXALIASWARN (wctype); variable
428 # undef wctype macro
    [all...]
iswblank.c 20 #include <wctype.h>
  /external/stlport/src/
messages.cpp 39 typedef ctype<_Char> wctype; typedef
40 wctype const& wct = use_facet<wctype>(L);
41 if (typeid(wct) != typeid(wctype)) {
151 typedef ctype<wchar_t> wctype; typedef
152 const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 39 typedef ctype<_Char> wctype; typedef
40 wctype const& wct = use_facet<wctype>(L);
41 if (typeid(wct) != typeid(wctype)) {
151 typedef ctype<wchar_t> wctype; typedef
152 const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
  /external/bison/darwin-lib/
wctype.h 2 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it.
22 * ISO C 99 <wctype.h> for platforms that lack it.
23 * <http://www.opengroup.org/susv3xbd/wctype.h.html>
25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
37 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.
48 /* Include the original <wctype.h> if it exists.
49 BeOS 5 has the functions but no <wctype.h>. */
52 # include_next <wctype.h>
368 /* Solaris 2.6 <wctype.h> includes <widec.h> which includes <euc.h> which
408 /* FreeBSD 4.4 to 4.11 has <wctype.h> but lacks the functions
730 # undef wctype macro
    [all...]
  /external/bison/linux-lib/
wctype.h 2 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it.
22 * ISO C 99 <wctype.h> for platforms that lack it.
23 * <http://www.opengroup.org/susv3xbd/wctype.h.html>
25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
37 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.
48 /* Include the original <wctype.h> if it exists.
49 BeOS 5 has the functions but no <wctype.h>. */
52 # include_next <wctype.h>
368 /* Solaris 2.6 <wctype.h> includes <widec.h> which includes <euc.h> which
408 /* FreeBSD 4.4 to 4.11 has <wctype.h> but lacks the functions
730 # undef wctype macro
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cwctype.pass.cpp 71 #ifdef wctype
72 #error wctype defined
109 static_assert((std::is_same<decltype(std::wctype("")), std::wctype_t>::value), "");
  /external/stlport/stlport/stl/
_cwctype.h 41 # include <wctype.h>
65 using _STLP_VENDOR_CSTD_WFUNC::wctype;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 41 # include <wctype.h>
65 using _STLP_VENDOR_CSTD_WFUNC::wctype;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 41 # include <wctype.h>
65 using _STLP_VENDOR_CSTD_WFUNC::wctype;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 41 # include <wctype.h>
65 using _STLP_VENDOR_CSTD_WFUNC::wctype;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 41 # include <wctype.h>
65 using _STLP_VENDOR_CSTD_WFUNC::wctype;

Completed in 540 milliseconds

12 3 4 5 6 7 8 91011>>