/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
platform_support.h | 27 #define LOCALE_zh_CN_UTF_8 "Chinese_China.936" 39 #define LOCALE_zh_CN_UTF_8 "zh_CN.UTF-8"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
curr_symbol.pass.cpp | 127 Fnf f(LOCALE_zh_CN_UTF_8, 1); 131 Fnt f(LOCALE_zh_CN_UTF_8, 1); 135 Fwf f(LOCALE_zh_CN_UTF_8, 1); 139 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
decimal_point.pass.cpp | 125 Fnf f(LOCALE_zh_CN_UTF_8, 1); 129 Fnt f(LOCALE_zh_CN_UTF_8, 1); 133 Fwf f(LOCALE_zh_CN_UTF_8, 1); 137 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
frac_digits.pass.cpp | 125 Fnf f(LOCALE_zh_CN_UTF_8, 1); 129 Fnt f(LOCALE_zh_CN_UTF_8, 1); 133 Fwf f(LOCALE_zh_CN_UTF_8, 1); 137 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
grouping.pass.cpp | 130 Fnf f(LOCALE_zh_CN_UTF_8, 1); 134 Fnt f(LOCALE_zh_CN_UTF_8, 1); 138 Fwf f(LOCALE_zh_CN_UTF_8, 1); 142 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
negative_sign.pass.cpp | 125 Fnf f(LOCALE_zh_CN_UTF_8, 1); 129 Fnt f(LOCALE_zh_CN_UTF_8, 1); 133 Fwf f(LOCALE_zh_CN_UTF_8, 1); 137 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
positive_sign.pass.cpp | 125 Fnf f(LOCALE_zh_CN_UTF_8, 1); 129 Fnt f(LOCALE_zh_CN_UTF_8, 1); 133 Fwf f(LOCALE_zh_CN_UTF_8, 1); 137 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
thousands_sep.pass.cpp | 125 Fnf f(LOCALE_zh_CN_UTF_8, 1); 129 Fnt f(LOCALE_zh_CN_UTF_8, 1); 133 Fwf f(LOCALE_zh_CN_UTF_8, 1); 137 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
neg_format.pass.cpp | 191 Fnf f(LOCALE_zh_CN_UTF_8, 1); 199 Fnt f(LOCALE_zh_CN_UTF_8, 1); 207 Fwf f(LOCALE_zh_CN_UTF_8, 1); 215 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
pos_format.pass.cpp | 191 Fnf f(LOCALE_zh_CN_UTF_8, 1); 199 Fnt f(LOCALE_zh_CN_UTF_8, 1); 207 Fwf f(LOCALE_zh_CN_UTF_8, 1); 215 Fwt f(LOCALE_zh_CN_UTF_8, 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
date_order.pass.cpp | 47 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
date_order_wide.pass.cpp | 47 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_date.pass.cpp | 78 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_date_wide.pass.cpp | 78 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_monthname.pass.cpp | 72 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_monthname_wide.pass.cpp | 81 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_time.pass.cpp | 78 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_time_wide.pass.cpp | 78 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_weekday.pass.cpp | 74 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_weekday_wide.pass.cpp | 72 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_year.pass.cpp | 71 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_year_wide.pass.cpp | 71 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
get_one.pass.cpp | 132 const my_facet f(LOCALE_zh_CN_UTF_8, 1); 149 const my_facet f(LOCALE_zh_CN_UTF_8, 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/ |
char_pointer.pass.cpp | 77 std::locale loc3(LOCALE_zh_CN_UTF_8);
|
string.pass.cpp | 77 std::locale loc3(std::string(LOCALE_zh_CN_UTF_8));
|