HomeSort by relevance Sort by last modified time
    Searched refs:ctype_byname (Results 1 - 25 of 34) sorted by null

1 2

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
types.pass.cpp 13 // class ctype_byname
17 // explicit ctype_byname(const char*, size_t = 0);
18 // explicit ctype_byname(const string&, size_t = 0);
21 // ~ctype_byname();
35 assert(std::has_facet<std::ctype_byname<char> >(l));
37 == &std::use_facet<std::ctype_byname<char> >(l));
40 assert(std::has_facet<std::ctype_byname<wchar_t> >(l));
42 == &std::use_facet<std::ctype_byname<wchar_t> >(l));
48 assert(std::has_facet<std::ctype_byname<char> >(l));
50 == &std::use_facet<std::ctype_byname<char> >(l))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
types.pass.cpp 15 // class ctype_byname
19 // explicit ctype_byname(const char*, size_t = 0);
20 // explicit ctype_byname(const string&, size_t = 0);
23 // ~ctype_byname();
37 assert(std::has_facet<std::ctype_byname<char> >(l));
39 == &std::use_facet<std::ctype_byname<char> >(l));
42 assert(std::has_facet<std::ctype_byname<wchar_t> >(l));
44 == &std::use_facet<std::ctype_byname<wchar_t> >(l));
50 assert(std::has_facet<std::ctype_byname<char> >(l));
52 == &std::use_facet<std::ctype_byname<char> >(l))
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
types.pass.cpp 15 // class ctype_byname
19 // explicit ctype_byname(const char*, size_t = 0);
20 // explicit ctype_byname(const string&, size_t = 0);
23 // ~ctype_byname();
37 assert(std::has_facet<std::ctype_byname<char> >(l));
39 == &std::use_facet<std::ctype_byname<char> >(l));
42 assert(std::has_facet<std::ctype_byname<wchar_t> >(l));
44 == &std::use_facet<std::ctype_byname<wchar_t> >(l));
50 assert(std::has_facet<std::ctype_byname<char> >(l));
52 == &std::use_facet<std::ctype_byname<char> >(l))
    [all...]
tolower_1.pass.cpp 14 // template <class charT> class ctype_byname;
31 typedef std::ctype_byname<char> F;
47 typedef std::ctype_byname<char> F;
64 typedef std::ctype_byname<wchar_t> F;
81 typedef std::ctype_byname<wchar_t> F;
tolower_many.pass.cpp 14 // template <class charT> class ctype_byname;
32 typedef std::ctype_byname<char> F;
50 typedef std::ctype_byname<char> F;
68 typedef std::ctype_byname<wchar_t> F;
86 typedef std::ctype_byname<wchar_t> F;
toupper_1.pass.cpp 14 // template <class charT> class ctype_byname;
32 typedef std::ctype_byname<char> F;
49 typedef std::ctype_byname<char> F;
66 typedef std::ctype_byname<wchar_t> F;
83 typedef std::ctype_byname<wchar_t> F;
toupper_many.pass.cpp 14 // template <class charT> class ctype_byname;
32 typedef std::ctype_byname<char> F;
50 typedef std::ctype_byname<char> F;
68 typedef std::ctype_byname<wchar_t> F;
86 typedef std::ctype_byname<wchar_t> F;
widen_1.pass.cpp 14 // template <class charT> class ctype_byname;
32 typedef std::ctype_byname<wchar_t> F;
48 typedef std::ctype_byname<wchar_t> F;
widen_many.pass.cpp 14 // template <class charT> class ctype_byname;
32 typedef std::ctype_byname<wchar_t> F;
51 typedef std::ctype_byname<wchar_t> F;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 59 template <class charT> class ctype_byname {}; class
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { class in inherits:ctype
150 explicit ctype_byname(const char*, size_t = 0);
151 ~ctype_byname();
160 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
167 typedef ctype_byname<char> _Self;
168 ctype_byname(_Self const&);
240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> { class in inherits:ctype
243 explicit ctype_byname(const char* __name, size_t __refs = 0);
246 ~ctype_byname();
260 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
    [all...]
_iosfwd.h 99 template <class _CharT> class ctype_byname;
104 _STLP_TEMPLATE_NULL class ctype_byname<char>;
110 _STLP_TEMPLATE_NULL class ctype_byname<wchar_t>;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 59 template <class charT> class ctype_byname {}; class
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { class in inherits:ctype
150 explicit ctype_byname(const char*, size_t = 0);
151 ~ctype_byname();
160 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
167 typedef ctype_byname<char> _Self;
168 ctype_byname(_Self const&);
240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> { class in inherits:ctype
243 explicit ctype_byname(const char* __name, size_t __refs = 0);
246 ~ctype_byname();
260 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
    [all...]
_iosfwd.h 99 template <class _CharT> class ctype_byname;
104 _STLP_TEMPLATE_NULL class ctype_byname<char>;
110 _STLP_TEMPLATE_NULL class ctype_byname<wchar_t>;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 59 template <class charT> class ctype_byname {}; class
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { class in inherits:ctype
150 explicit ctype_byname(const char*, size_t = 0);
151 ~ctype_byname();
160 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
167 typedef ctype_byname<char> _Self;
168 ctype_byname(_Self const&);
240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> { class in inherits:ctype
243 explicit ctype_byname(const char* __name, size_t __refs = 0);
246 ~ctype_byname();
260 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
    [all...]
_iosfwd.h 99 template <class _CharT> class ctype_byname;
104 _STLP_TEMPLATE_NULL class ctype_byname<char>;
110 _STLP_TEMPLATE_NULL class ctype_byname<wchar_t>;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
facets_byname.cpp 36 // ctype_byname<char>
41 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
55 void ctype_byname<char>::_M_init() {
66 ctype_byname<char>::~ctype_byname()
69 char ctype_byname<char>::do_toupper(char c) const
72 char ctype_byname<char>::do_tolower(char c) const
76 ctype_byname<char>::do_toupper(char* first, const char* last) const {
83 ctype_byname<char>::do_tolower(char* first, const char* last) const
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
facets_byname.cpp 36 // ctype_byname<char>
41 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
55 void ctype_byname<char>::_M_init() {
66 ctype_byname<char>::~ctype_byname()
69 char ctype_byname<char>::do_toupper(char c) const
72 char ctype_byname<char>::do_tolower(char c) const
76 ctype_byname<char>::do_toupper(char* first, const char* last) const {
83 ctype_byname<char>::do_tolower(char* first, const char* last) const
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
localefwd.h 127 class ctype_byname;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
localefwd.h 127 class ctype_byname;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
localefwd.h 127 class ctype_byname;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
localefwd.h 127 class ctype_byname;

Completed in 6197 milliseconds

1 2