/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/ |
locales.pass.cpp | 45 assert(t.pubimbue(std::locale(LOCALE_fr_FR_UTF_8)).name() == "en_US.UTF-8"); 46 assert(t.getloc().name() == LOCALE_fr_FR_UTF_8);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
platform_support.h | 24 #define LOCALE_fr_FR_UTF_8 "French_France.1252" 30 #define LOCALE_fr_FR_UTF_8 "fr_FR.UTF-8"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
curr_symbol.pass.cpp | 93 Fnf f(LOCALE_fr_FR_UTF_8, 1); 97 Fnt f(LOCALE_fr_FR_UTF_8, 1); 101 Fwf f(LOCALE_fr_FR_UTF_8, 1); 105 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
decimal_point.pass.cpp | 91 Fnf f(LOCALE_fr_FR_UTF_8, 1); 95 Fnt f(LOCALE_fr_FR_UTF_8, 1); 99 Fwf f(LOCALE_fr_FR_UTF_8, 1); 103 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
frac_digits.pass.cpp | 91 Fnf f(LOCALE_fr_FR_UTF_8, 1); 95 Fnt f(LOCALE_fr_FR_UTF_8, 1); 99 Fwf f(LOCALE_fr_FR_UTF_8, 1); 103 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
grouping.pass.cpp | 96 Fnf f(LOCALE_fr_FR_UTF_8, 1); 100 Fnt f(LOCALE_fr_FR_UTF_8, 1); 104 Fwf f(LOCALE_fr_FR_UTF_8, 1); 108 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
negative_sign.pass.cpp | 91 Fnf f(LOCALE_fr_FR_UTF_8, 1); 95 Fnt f(LOCALE_fr_FR_UTF_8, 1); 99 Fwf f(LOCALE_fr_FR_UTF_8, 1); 103 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
positive_sign.pass.cpp | 91 Fnf f(LOCALE_fr_FR_UTF_8, 1); 95 Fnt f(LOCALE_fr_FR_UTF_8, 1); 99 Fwf f(LOCALE_fr_FR_UTF_8, 1); 103 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
thousands_sep.pass.cpp | 91 Fnf f(LOCALE_fr_FR_UTF_8, 1); 95 Fnt f(LOCALE_fr_FR_UTF_8, 1); 99 Fwf f(LOCALE_fr_FR_UTF_8, 1); 103 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
neg_format.pass.cpp | 125 Fnf f(LOCALE_fr_FR_UTF_8, 1); 133 Fnt f(LOCALE_fr_FR_UTF_8, 1); 141 Fwf f(LOCALE_fr_FR_UTF_8, 1); 149 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
pos_format.pass.cpp | 125 Fnf f(LOCALE_fr_FR_UTF_8, 1); 133 Fnt f(LOCALE_fr_FR_UTF_8, 1); 141 Fwf f(LOCALE_fr_FR_UTF_8, 1); 149 Fwt f(LOCALE_fr_FR_UTF_8, 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
date_order.pass.cpp | 39 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
date_order_wide.pass.cpp | 39 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
get_date.pass.cpp | 54 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
get_date_wide.pass.cpp | 54 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
get_monthname.pass.cpp | 52 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
get_monthname_wide.pass.cpp | 61 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
get_time.pass.cpp | 54 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
get_time_wide.pass.cpp | 54 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 73 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); 88 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); 103 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); 136 ios2.imbue(std::locale(LOCALE_fr_FR_UTF_8)); 170 assert(ios1.getloc().name() == LOCALE_fr_FR_UTF_8);
|
move.pass.cpp | 87 ios2.imbue(std::locale(LOCALE_fr_FR_UTF_8)); 112 assert(ios1.getloc().name() == LOCALE_fr_FR_UTF_8);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/ |
put1.pass.cpp | 64 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/ |
decimal_point.pass.cpp | 50 std::locale l(LOCALE_fr_FR_UTF_8);
|
grouping.pass.cpp | 50 std::locale l(LOCALE_fr_FR_UTF_8);
|
thousands_sep.pass.cpp | 50 std::locale l(LOCALE_fr_FR_UTF_8);
|