Searched defs:Fwf (Results 1 - 18 of 18) sorted by relevance

/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
H A Dcurr_symbol.pass.cpp41 class Fwf class in inherits:std::moneypunct
45 explicit Fwf(std::size_t refs = 0) function in class:Fwf
68 Fwf f(1);
H A Ddecimal_point.pass.cpp41 class Fwf class in inherits:std::moneypunct
45 explicit Fwf(std::size_t refs = 0) function in class:Fwf
68 Fwf f(1);
H A Dfrac_digits.pass.cpp41 class Fwf class in inherits:std::moneypunct
45 explicit Fwf(std::size_t refs = 0) function in class:Fwf
68 Fwf f(1);
H A Dgrouping.pass.cpp41 class Fwf class in inherits:std::moneypunct
45 explicit Fwf(std::size_t refs = 0) function in class:Fwf
68 Fwf f(1);
H A Dnegative_sign.pass.cpp42 class Fwf class in inherits:std::moneypunct
46 explicit Fwf(std::size_t refs = 0) function in class:Fwf
69 Fwf f(1);
H A Dpositive_sign.pass.cpp41 class Fwf class in inherits:std::moneypunct
45 explicit Fwf(std::size_t refs = 0) function in class:Fwf
68 Fwf f(1);
H A Dthousands_sep.pass.cpp41 class Fwf class in inherits:std::moneypunct
45 explicit Fwf(std::size_t refs = 0) function in class:Fwf
68 Fwf f(1);
H A Dneg_format.pass.cpp38 class Fwf class in inherits:std::moneypunct
42 explicit Fwf(std::size_t refs = 0) function in class:Fwf
73 Fwf f(1);
H A Dpos_format.pass.cpp38 class Fwf class in inherits:std::moneypunct
42 explicit Fwf(std::size_t refs = 0) function in class:Fwf
73 Fwf f(1);
/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
H A Dcurr_symbol.pass.cpp40 class Fwf class in inherits:std::moneypunct_byname
44 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
67 Fwf f("C", 1);
84 Fwf f(LOCALE_en_US_UTF_8, 1);
101 Fwf f(LOCALE_fr_FR_UTF_8, 1);
118 Fwf f(LOCALE_ru_RU_UTF_8, 1);
135 Fwf f(LOCALE_zh_CN_UTF_8, 1);
H A Ddecimal_point.pass.cpp38 class Fwf class in inherits:std::moneypunct_byname
42 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
65 Fwf f("C", 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
99 Fwf f(LOCALE_fr_FR_UTF_8, 1);
116 Fwf f(LOCALE_ru_RU_UTF_8, 1);
133 Fwf f(LOCALE_zh_CN_UTF_8, 1);
H A Dfrac_digits.pass.cpp38 class Fwf class in inherits:std::moneypunct_byname
42 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
65 Fwf f("C", 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
99 Fwf f(LOCALE_fr_FR_UTF_8, 1);
116 Fwf f(LOCALE_ru_RU_UTF_8, 1);
133 Fwf f(LOCALE_zh_CN_UTF_8, 1);
H A Dnegative_sign.pass.cpp38 class Fwf class in inherits:std::moneypunct_byname
42 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
65 Fwf f("C", 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
99 Fwf f(LOCALE_fr_FR_UTF_8, 1);
116 Fwf f(LOCALE_ru_RU_UTF_8, 1);
133 Fwf f(LOCALE_zh_CN_UTF_8, 1);
H A Dpositive_sign.pass.cpp38 class Fwf class in inherits:std::moneypunct_byname
42 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
65 Fwf f("C", 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
99 Fwf f(LOCALE_fr_FR_UTF_8, 1);
116 Fwf f(LOCALE_ru_RU_UTF_8, 1);
133 Fwf f(LOCALE_zh_CN_UTF_8, 1);
H A Dthousands_sep.pass.cpp38 class Fwf class in inherits:std::moneypunct_byname
42 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
65 Fwf f("C", 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
99 Fwf f(LOCALE_fr_FR_UTF_8, 1);
116 Fwf f(LOCALE_ru_RU_UTF_8, 1);
133 Fwf f(LOCALE_zh_CN_UTF_8, 1);
H A Dgrouping.pass.cpp40 class Fwf class in inherits:std::moneypunct_byname
44 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
70 Fwf f("C", 1);
87 Fwf f(LOCALE_en_US_UTF_8, 1);
104 Fwf f(LOCALE_fr_FR_UTF_8, 1);
121 Fwf f(LOCALE_ru_RU_UTF_8, 1);
138 Fwf f(LOCALE_zh_CN_UTF_8, 1);
H A Dneg_format.pass.cpp40 class Fwf class in inherits:std::moneypunct_byname
44 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
75 Fwf f("C", 1);
108 Fwf f(LOCALE_en_US_UTF_8, 1);
141 Fwf f(LOCALE_fr_FR_UTF_8, 1);
174 Fwf f(LOCALE_ru_RU_UTF_8, 1);
207 Fwf f(LOCALE_zh_CN_UTF_8, 1);
H A Dpos_format.pass.cpp40 class Fwf class in inherits:std::moneypunct_byname
44 explicit Fwf(const std::string& nm, std::size_t refs = 0) function in class:Fwf
75 Fwf f("C", 1);
108 Fwf f(LOCALE_en_US_UTF_8, 1);
141 Fwf f(LOCALE_fr_FR_UTF_8, 1);
174 Fwf f(LOCALE_ru_RU_UTF_8, 1);
207 Fwf f(LOCALE_zh_CN_UTF_8, 1);

Completed in 841 milliseconds