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

1 2 3 4 5 6 7

  /external/libcxx/test/localization/locale.categories/category.messages/locale.messages/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.put/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locales/locale/locale.types/locale.facet/
facet.pass.cpp 26 struct my_facet struct in inherits:std::locale::facet
30 my_facet(unsigned refs = 0) function in struct:my_facet
34 ~my_facet() {--count;}
37 int my_facet::count = 0;
41 my_facet* f = new my_facet;
43 assert(my_facet::count == 1);
45 assert(my_facet::count == 0);
46 f = new my_facet(1);
48 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/
ctor.pass.cpp 21 class my_facet class in inherits:F
27 explicit my_facet(std::size_t refs = 0) function in class:my_facet
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
38 std::locale l(std::locale::classic(), new my_facet); local
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
43 my_facet f(1);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.facet/
facet.pass.cpp 26 struct my_facet struct in inherits:std::locale::facet
30 my_facet(unsigned refs = 0) function in struct:my_facet
34 ~my_facet() {--count;}
37 int my_facet::count = 0;
41 my_facet* f = new my_facet;
43 assert(my_facet::count == 1);
45 assert(my_facet::count == 0);
46 f = new my_facet(1);
48 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/
ctor_char.pass.cpp 22 class my_facet class in inherits:F
28 explicit my_facet(const char* nm, std::size_t refs = 0) function in class:my_facet
30 explicit my_facet(const std::string& nm, std::size_t refs = 0) function in class:my_facet
33 ~my_facet() {--count;}
36 int my_facet::count = 0;
41 std::locale l(std::locale::classic(), new my_facet("en_US"));
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
46 my_facet f("en_US", 1);
47 assert(my_facet::count == 1)
    [all...]
ctor_char16_t.pass.cpp 22 class my_facet class in inherits:F
28 explicit my_facet(const char* nm, std::size_t refs = 0) function in class:my_facet
30 explicit my_facet(const std::string& nm, std::size_t refs = 0) function in class:my_facet
33 ~my_facet() {--count;}
36 int my_facet::count = 0;
41 std::locale l(std::locale::classic(), new my_facet("en_US"));
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
46 my_facet f("en_US", 1);
47 assert(my_facet::count == 1)
    [all...]
ctor_char32_t.pass.cpp 22 class my_facet class in inherits:F
28 explicit my_facet(const char* nm, std::size_t refs = 0) function in class:my_facet
30 explicit my_facet(const std::string& nm, std::size_t refs = 0) function in class:my_facet
33 ~my_facet() {--count;}
36 int my_facet::count = 0;
41 std::locale l(std::locale::classic(), new my_facet("en_US"));
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
46 my_facet f("en_US", 1);
47 assert(my_facet::count == 1)
    [all...]
ctor_wchar_t.pass.cpp 24 class my_facet class in inherits:F
30 explicit my_facet(const char* nm, std::size_t refs = 0) function in class:my_facet
32 explicit my_facet(const std::string& nm, std::size_t refs = 0) function in class:my_facet
35 ~my_facet() {--count;}
38 int my_facet::count = 0;
43 std::locale l(std::locale::classic(), new my_facet(LOCALE_en_US_UTF_8));
44 assert(my_facet::count == 1);
46 assert(my_facet::count == 0);
48 my_facet f(LOCALE_en_US_UTF_8, 1);
49 assert(my_facet::count == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/
ctor_char.pass.cpp 22 class my_facet class in inherits:F
28 explicit my_facet(const char* nm, std::size_t refs = 0) function in class:my_facet
30 explicit my_facet(const std::string& nm, std::size_t refs = 0) function in class:my_facet
33 ~my_facet() {--count;}
36 int my_facet::count = 0;
41 std::locale l(std::locale::classic(), new my_facet("en_US"));
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
46 my_facet f("en_US", 1);
47 assert(my_facet::count == 1)
    [all...]
ctor_char16_t.pass.cpp 22 class my_facet class in inherits:F
28 explicit my_facet(const char* nm, std::size_t refs = 0) function in class:my_facet
30 explicit my_facet(const std::string& nm, std::size_t refs = 0) function in class:my_facet
33 ~my_facet() {--count;}
36 int my_facet::count = 0;
41 std::locale l(std::locale::classic(), new my_facet("en_US"));
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
46 my_facet f("en_US", 1);
47 assert(my_facet::count == 1)
    [all...]
ctor_char32_t.pass.cpp 22 class my_facet class in inherits:F
28 explicit my_facet(const char* nm, std::size_t refs = 0) function in class:my_facet
30 explicit my_facet(const std::string& nm, std::size_t refs = 0) function in class:my_facet
33 ~my_facet() {--count;}
36 int my_facet::count = 0;
41 std::locale l(std::locale::classic(), new my_facet("en_US"));
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
46 my_facet f("en_US", 1);
47 assert(my_facet::count == 1)
    [all...]

Completed in 800 milliseconds

1 2 3 4 5 6 7