/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 | curr_symbol.pass.cpp | 132 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 136 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 140 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 144 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | grouping.pass.cpp | 135 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 139 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 143 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 147 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 | thousands_sep.pass.cpp | 136 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 140 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 144 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 148 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | decimal_point.pass.cpp | 133 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 137 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 141 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 145 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 | neg_format.pass.cpp | 196 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 204 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 212 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 220 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | pos_format.pass.cpp | 196 Fnf f(LOCALE_zh_CN_UTF_8, 1); in main() 204 Fnt f(LOCALE_zh_CN_UTF_8, 1); in main() 212 Fwf f(LOCALE_zh_CN_UTF_8, 1); in main() 220 Fwt f(LOCALE_zh_CN_UTF_8, 1); in main()
|
/external/libcxx/test/support/ |
D | platform_support.h | 29 #define LOCALE_zh_CN_UTF_8 "Chinese_China.936" macro 39 #define LOCALE_zh_CN_UTF_8 "zh_CN.UTF-8@UTC" macro 51 #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 | 140 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main() 157 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_monthname.pass.cpp | 83 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_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_monthname_wide.pass.cpp | 92 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()
|
D | get_date_wide.pass.cpp | 87 const my_facet f(LOCALE_zh_CN_UTF_8, 1); in main()
|
D | get_date.pass.cpp | 88 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 | 81 std::locale loc3(std::string(LOCALE_zh_CN_UTF_8)); in main()
|
D | char_pointer.pass.cpp | 81 std::locale loc3(LOCALE_zh_CN_UTF_8); in main()
|