HomeSort by relevance Sort by last modified time
    Searched refs:ctype (Results 176 - 200 of 1405) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/stlport/stlport/stl/
c_locale.h 33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
narrow_1.pass.cpp 26 typedef std::ctype<wchar_t> F;
41 typedef std::ctype<wchar_t> F;
narrow_many.pass.cpp 28 typedef std::ctype<wchar_t> F;
46 typedef std::ctype<wchar_t> F;
widen_1.pass.cpp 29 typedef std::ctype<wchar_t> F;
44 typedef std::ctype<wchar_t> F;
widen_many.pass.cpp 30 typedef std::ctype<wchar_t> F;
48 typedef std::ctype<wchar_t> F;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
c_locale.h 33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
  /external/v8/src/
flag-definitions.h 40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
41 extern ctype FLAG_##nam;
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \
43 static ctype const FLAG_##nam = def;
49 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
50 ctype FLAG_##nam = def;
51 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
58 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
59 static ctype const FLAGDEFAULT_##nam = def;
60 #define FLAG_READONLY(ftype, ctype, nam, def, cmt
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
localefwd.h 112 // 22.2.1 and 22.2.1.3 ctype
115 class ctype;
116 template<> class ctype<char>;
118 template<> class ctype<wchar_t>;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
156 * It does so by returning the value of ctype<char_type>::do_is().
172 * ctype<char_type>::do_is().
188 * ctype<char_type>::do_scan_is().
204 * ctype<char_type>::do_scan_not().
220 * so by returning ctype<char_type>::do_toupper().
234 * by returning ctype<char_type>:: do_toupper(lo, hi).
249 * by returning ctype<char_type>::do_tolower(c)
606 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
617 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
675 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1176 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
157 * ctype<char_type>::do_is().
173 * ctype<char_type>::do_is().
189 * ctype<char_type>::do_scan_is().
205 * ctype<char_type>::do_scan_not().
221 * so by returning ctype<char_type>::do_toupper().
235 * by returning ctype<char_type>:: do_toupper(lo, hi).
250 * by returning ctype<char_type>::do_tolower(c)
607 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
618 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
676 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1177 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
156 * It does so by returning the value of ctype<char_type>::do_is().
172 * ctype<char_type>::do_is().
188 * ctype<char_type>::do_scan_is().
204 * ctype<char_type>::do_scan_not().
220 * so by returning ctype<char_type>::do_toupper().
234 * by returning ctype<char_type>:: do_toupper(lo, hi).
249 * by returning ctype<char_type>::do_tolower(c)
606 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
617 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
675 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1176 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
157 * ctype<char_type>::do_is().
173 * ctype<char_type>::do_is().
189 * ctype<char_type>::do_scan_is().
205 * ctype<char_type>::do_scan_not().
221 * so by returning ctype<char_type>::do_toupper().
235 * by returning ctype<char_type>:: do_toupper(lo, hi).
250 * by returning ctype<char_type>::do_tolower(c)
607 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
618 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
676 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1177 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
134 * @brief Common base for ctype facet
155 * ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi).
248 * by returning ctype<char_type>::do_tolower(c)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
localefwd.h 120 // 22.2.1 and 22.2.1.3 ctype
123 class ctype;
124 template<> class ctype<char>;
126 template<> class ctype<wchar_t>;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
localefwd.h 120 // 22.2.1 and 22.2.1.3 ctype
123 class ctype;
124 template<> class ctype<char>;
126 template<> class ctype<wchar_t>;

Completed in 1028 milliseconds

1 2 3 4 5 6 78 91011>>