/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | frac_digits.pass.cpp | 130 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 134 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 138 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 142 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | negative_sign.pass.cpp | 130 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 134 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 138 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 142 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | positive_sign.pass.cpp | 130 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 134 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 138 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 142 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | grouping.pass.cpp | 138 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 142 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 146 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 150 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | curr_symbol.pass.cpp | 154 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 158 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 162 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 166 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | decimal_point.pass.cpp | 142 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 146 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 150 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 154 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | thousands_sep.pass.cpp | 159 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 163 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 167 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 171 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | neg_format.pass.cpp | 199 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 207 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 215 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 223 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | pos_format.pass.cpp | 199 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 207 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 215 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 223 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
/external/libcxx/test/support/ |
D | platform_support.h | 28 #define LOCALE_zh_CN_UTF_8 "zh-CN" macro 39 #define LOCALE_zh_CN_UTF_8 "zh_CN.UTF-8@UTC" macro 52 #define LOCALE_zh_CN_UTF_8 "zh_CN.UTF-8" macro
|
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/ |
D | date_order_wide.pass.cpp | 52 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | date_order.pass.cpp | 52 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_one.pass.cpp | 143 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main() 160 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_monthname.pass.cpp | 66 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_monthname_wide.pass.cpp | 75 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_weekday.pass.cpp | 82 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_year.pass.cpp | 76 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_weekday_wide.pass.cpp | 80 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_year_wide.pass.cpp | 76 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_time.pass.cpp | 83 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_date_wide.pass.cpp | 90 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_date.pass.cpp | 91 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_time_wide.pass.cpp | 83 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
/external/libcxx/test/std/localization/locales/locale/locale.cons/ |
D | string.pass.cpp | 67 std::locale loc3(std::string(LOCALE_zh_CN_UTF_8)); in main()
|
D | char_pointer.pass.cpp | 73 std::locale loc3(LOCALE_zh_CN_UTF_8); in main()
|