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

  /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;
28 typedef std::ctype_byname<char> F;
44 typedef std::ctype_byname<char> F;
61 typedef std::ctype_byname<wchar_t> F;
78 typedef std::ctype_byname<wchar_t> F;
tolower_many.pass.cpp 14 // template <class charT> class ctype_byname;
29 typedef std::ctype_byname<char> F;
47 typedef std::ctype_byname<char> F;
65 typedef std::ctype_byname<wchar_t> F;
83 typedef std::ctype_byname<wchar_t> F;
toupper_1.pass.cpp 14 // template <class charT> class ctype_byname;
29 typedef std::ctype_byname<char> F;
46 typedef std::ctype_byname<char> F;
63 typedef std::ctype_byname<wchar_t> F;
80 typedef std::ctype_byname<wchar_t> F;
toupper_many.pass.cpp 14 // template <class charT> class ctype_byname;
29 typedef std::ctype_byname<char> F;
47 typedef std::ctype_byname<char> F;
65 typedef std::ctype_byname<wchar_t> F;
83 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/r16/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...]
tolower_1.pass.cpp 14 // template <class charT> class ctype_byname;
28 typedef std::ctype_byname<char> F;
44 typedef std::ctype_byname<char> F;
61 typedef std::ctype_byname<wchar_t> F;
78 typedef std::ctype_byname<wchar_t> F;
tolower_many.pass.cpp 14 // template <class charT> class ctype_byname;
29 typedef std::ctype_byname<char> F;
47 typedef std::ctype_byname<char> F;
65 typedef std::ctype_byname<wchar_t> F;
83 typedef std::ctype_byname<wchar_t> F;
toupper_1.pass.cpp 14 // template <class charT> class ctype_byname;
29 typedef std::ctype_byname<char> F;
46 typedef std::ctype_byname<char> F;
63 typedef std::ctype_byname<wchar_t> F;
80 typedef std::ctype_byname<wchar_t> F;
toupper_many.pass.cpp 14 // template <class charT> class ctype_byname;
29 typedef std::ctype_byname<char> F;
47 typedef std::ctype_byname<char> F;
65 typedef std::ctype_byname<wchar_t> F;
83 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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 127 class ctype_byname;
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
localefwd.h 127 class ctype_byname;
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...]
  /external/libcxx/src/
locale.cpp 245 install(new ctype_byname<char>(name_));
246 install(new ctype_byname<wchar_t>(name_));
315 install(new ctype_byname<char>(name));
316 install(new ctype_byname<wchar_t>(name));
1192 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
1201 ctype_byname<char>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname
1245 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
1254 ctype_byname<wchar_t>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 247 install(new ctype_byname<char>(name_));
248 install(new ctype_byname<wchar_t>(name_));
317 install(new ctype_byname<char>(name));
318 install(new ctype_byname<wchar_t>(name));
1194 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
1203 ctype_byname<char>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname
1247 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
1256 ctype_byname<wchar_t>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname
    [all...]

Completed in 288 milliseconds