HomeSort by relevance Sort by last modified time
    Searched refs:LOCALE_ru_RU_UTF_8 (Results 1 - 25 of 31) sorted by null

1 2

  /external/libcxx/test/support/
platform_support.h 27 #define LOCALE_ru_RU_UTF_8 "ru-RU"
38 #define LOCALE_ru_RU_UTF_8 "ru_RU.UTF-8@UTC"
51 #define LOCALE_ru_RU_UTF_8 "ru_RU.UTF-8"
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp 119 Fnf f(LOCALE_ru_RU_UTF_8, 1);
136 Fnt f(LOCALE_ru_RU_UTF_8, 1);
140 Fwf f(LOCALE_ru_RU_UTF_8, 1);
149 Fwt f(LOCALE_ru_RU_UTF_8, 1);
decimal_point.pass.cpp 125 Fnf f(LOCALE_ru_RU_UTF_8, 1);
129 Fnt f(LOCALE_ru_RU_UTF_8, 1);
133 Fwf f(LOCALE_ru_RU_UTF_8, 1);
137 Fwt f(LOCALE_ru_RU_UTF_8, 1);
frac_digits.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);
grouping.pass.cpp 121 Fnf f(LOCALE_ru_RU_UTF_8, 1);
125 Fnt f(LOCALE_ru_RU_UTF_8, 1);
129 Fwf f(LOCALE_ru_RU_UTF_8, 1);
133 Fwt f(LOCALE_ru_RU_UTF_8, 1);
negative_sign.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);
positive_sign.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);
thousands_sep.pass.cpp 142 Fnf f(LOCALE_ru_RU_UTF_8, 1);
146 Fnt f(LOCALE_ru_RU_UTF_8, 1);
150 Fwf f(LOCALE_ru_RU_UTF_8, 1);
154 Fwt f(LOCALE_ru_RU_UTF_8, 1);
neg_format.pass.cpp 166 Fnf f(LOCALE_ru_RU_UTF_8, 1);
174 Fnt f(LOCALE_ru_RU_UTF_8, 1);
182 Fwf f(LOCALE_ru_RU_UTF_8, 1);
190 Fwt f(LOCALE_ru_RU_UTF_8, 1);
pos_format.pass.cpp 166 Fnf f(LOCALE_ru_RU_UTF_8, 1);
174 Fnt f(LOCALE_ru_RU_UTF_8, 1);
182 Fwf f(LOCALE_ru_RU_UTF_8, 1);
190 Fwt f(LOCALE_ru_RU_UTF_8, 1);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
date_order.pass.cpp 48 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
date_order_wide.pass.cpp 48 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
get_date.pass.cpp 78 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
get_date_wide.pass.cpp 78 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
get_time.pass.cpp 71 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
get_time_wide.pass.cpp 71 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
get_weekday.pass.cpp 70 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
get_weekday_wide.pass.cpp 70 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
get_year.pass.cpp 66 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
get_year_wide.pass.cpp 66 const my_facet f(LOCALE_ru_RU_UTF_8, 1);
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
string.pass.cpp 62 std::locale loc(std::string(LOCALE_ru_RU_UTF_8));
64 std::locale loc2(std::string(LOCALE_ru_RU_UTF_8));
char_pointer.pass.cpp 68 std::locale loc(LOCALE_ru_RU_UTF_8);
70 std::locale loc2(LOCALE_ru_RU_UTF_8);
assign.pass.cpp 63 std::locale loc(LOCALE_ru_RU_UTF_8);
locale_char_pointer_cat.pass.cpp 66 std::locale loc(LOCALE_ru_RU_UTF_8);
locale_locale_cat.pass.cpp 66 std::locale loc(LOCALE_ru_RU_UTF_8);

Completed in 900 milliseconds

1 2