Home
last modified time | relevance | path

Searched defs:my_facet (Results 1 – 25 of 173) sorted by relevance

1234567

/external/libcxx/test/std/localization/locales/locale.global.templates/
Duse_facet.pass.cpp21 struct my_facet struct
28 my_facet() : im_alive(true) {++facet_count;} in my_facet() argument
29 ~my_facet() {im_alive = false; --facet_count;} in ~my_facet() argument
Dhas_facet.pass.cpp17 struct my_facet struct
23 std::locale::id my_facet::id; argument
/external/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.facet/
Dfacet.pass.cpp26 struct my_facet struct
30 my_facet(unsigned refs = 0) in my_facet() function
34 ~my_facet() {--count;} in ~my_facet() argument
/external/llvm-project/libcxx/test/std/localization/locales/locale.global.templates/
Duse_facet.pass.cpp20 struct my_facet struct
27 my_facet() : im_alive(true) {++facet_count;} in my_facet() argument
28 ~my_facet() {im_alive = false; --facet_count;} in ~my_facet() argument
Dhas_facet.pass.cpp18 struct my_facet struct
24 std::locale::id my_facet::id; argument
/external/llvm-project/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.facet/
Dfacet.pass.cpp27 struct my_facet struct
31 my_facet(unsigned refs = 0) in my_facet() argument
35 ~my_facet() {--count;} in ~my_facet() argument
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
Dctor_char32_t_char8_t.pass.cpp33 struct my_facet : F { struct
36 explicit my_facet(std::size_t refs = 0) : F(refs) { ++count; } in my_facet() argument
38 ~my_facet() { --count; } in ~my_facet() argument
Dctor_char16_t_char8_t.pass.cpp33 struct my_facet : F { struct
36 explicit my_facet(std::size_t refs = 0) : F(refs) { ++count; } in my_facet() argument
38 ~my_facet() { --count; } in ~my_facet() argument
/external/libcxx/test/std/localization/locales/locale/locale.cons/
Dlocale_facetptr.pass.cpp59 struct my_facet struct
67 std::locale::id my_facet::id; argument
/external/libcxx/test/std/localization/locales/locale/locale.members/
Dcombine.pass.cpp57 struct my_facet struct
65 std::locale::id my_facet::id; argument
/external/llvm-project/libcxx/test/std/localization/locales/locale/locale.cons/
Dlocale_facetptr.pass.cpp77 struct my_facet struct
85 std::locale::id my_facet::id; argument
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/
Dctor_char16_t.pass.cpp22 class my_facet class
28 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
30 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
Dctor_char.pass.cpp24 class my_facet class
30 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
32 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
Dctor_char32_t.pass.cpp22 class my_facet class
28 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
30 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
Dctor_wchar_t.pass.cpp26 class my_facet class
32 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
34 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
/external/llvm-project/libcxx/test/std/localization/locales/locale/locale.members/
Dcombine.pass.cpp74 struct my_facet struct
82 std::locale::id my_facet::id; argument
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/
Dctor_char16_t.pass.cpp26 class my_facet class
32 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
34 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
Dctor_wchar_t.pass.cpp26 class my_facet class
32 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
34 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
Dctor_char32_t.pass.cpp26 class my_facet class
32 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
34 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
Dctor_char.pass.cpp24 class my_facet class
30 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
32 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
Dctor_char16_t_char8_t.pass.cpp36 class my_facet class
42 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
44 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
Dctor_char32_t_char8_t.pass.cpp36 class my_facet class
42 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() function in my_facet
44 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() function in my_facet
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
Ddate_order.pass.cpp22 class my_facet class
26 explicit my_facet(std::size_t refs = 0) in my_facet() function in my_facet
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
Ddate_order.pass.cpp22 class my_facet class
26 explicit my_facet(std::size_t refs = 0) in my_facet() function in my_facet
/external/llvm-project/libcxx/test/libcxx/localization/locales/
Duse_facet.abort.pass.cpp25 struct my_facet : public std::locale::facet { struct
29 std::locale::id my_facet::id; argument

1234567