/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
platform_support.h | 26 #define LOCALE_ru_RU_UTF_8 "Russian_Russia.1251" 38 #define LOCALE_ru_RU_UTF_8 "ru_RU.UTF-8"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
curr_symbol.pass.cpp | 110 Fnf f(LOCALE_ru_RU_UTF_8, 1); 114 Fnt f(LOCALE_ru_RU_UTF_8, 1); 118 Fwf f(LOCALE_ru_RU_UTF_8, 1); 122 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
decimal_point.pass.cpp | 108 Fnf f(LOCALE_ru_RU_UTF_8, 1); 112 Fnt f(LOCALE_ru_RU_UTF_8, 1); 116 Fwf f(LOCALE_ru_RU_UTF_8, 1); 120 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
frac_digits.pass.cpp | 108 Fnf f(LOCALE_ru_RU_UTF_8, 1); 112 Fnt f(LOCALE_ru_RU_UTF_8, 1); 116 Fwf f(LOCALE_ru_RU_UTF_8, 1); 120 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
grouping.pass.cpp | 113 Fnf f(LOCALE_ru_RU_UTF_8, 1); 117 Fnt f(LOCALE_ru_RU_UTF_8, 1); 121 Fwf f(LOCALE_ru_RU_UTF_8, 1); 125 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
negative_sign.pass.cpp | 108 Fnf f(LOCALE_ru_RU_UTF_8, 1); 112 Fnt f(LOCALE_ru_RU_UTF_8, 1); 116 Fwf f(LOCALE_ru_RU_UTF_8, 1); 120 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
positive_sign.pass.cpp | 108 Fnf f(LOCALE_ru_RU_UTF_8, 1); 112 Fnt f(LOCALE_ru_RU_UTF_8, 1); 116 Fwf f(LOCALE_ru_RU_UTF_8, 1); 120 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
thousands_sep.pass.cpp | 108 Fnf f(LOCALE_ru_RU_UTF_8, 1); 112 Fnt f(LOCALE_ru_RU_UTF_8, 1); 116 Fwf f(LOCALE_ru_RU_UTF_8, 1); 120 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
neg_format.pass.cpp | 158 Fnf f(LOCALE_ru_RU_UTF_8, 1); 166 Fnt f(LOCALE_ru_RU_UTF_8, 1); 174 Fwf f(LOCALE_ru_RU_UTF_8, 1); 182 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
pos_format.pass.cpp | 158 Fnf f(LOCALE_ru_RU_UTF_8, 1); 166 Fnt f(LOCALE_ru_RU_UTF_8, 1); 174 Fwf f(LOCALE_ru_RU_UTF_8, 1); 182 Fwt f(LOCALE_ru_RU_UTF_8, 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
date_order.pass.cpp | 43 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
date_order_wide.pass.cpp | 43 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_date.pass.cpp | 66 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_date_wide.pass.cpp | 66 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_monthname.pass.cpp | 62 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_monthname_wide.pass.cpp | 71 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_time.pass.cpp | 66 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_time_wide.pass.cpp | 66 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_weekday.pass.cpp | 62 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_weekday_wide.pass.cpp | 62 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_year.pass.cpp | 61 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
get_year_wide.pass.cpp | 61 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/ |
char_pointer.pass.cpp | 72 std::locale loc(LOCALE_ru_RU_UTF_8); 74 std::locale loc2(LOCALE_ru_RU_UTF_8);
|
string.pass.cpp | 72 std::locale loc(std::string(LOCALE_ru_RU_UTF_8)); 74 std::locale loc2(std::string(LOCALE_ru_RU_UTF_8));
|
assign.pass.cpp | 72 std::locale loc(LOCALE_ru_RU_UTF_8);
|