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

1 2 3

  /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"
  /external/libcxx/test/support/
platform_support.h 26 #define LOCALE_fr_FR_UTF_8 "French_France.1252"
35 #define LOCALE_fr_FR_UTF_8 "fr_FR.UTF-8@UTC"
42 #define LOCALE_fr_FR_UTF_8 "fr_FR.UTF-8"
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp 48 assert(t.pubimbue(std::locale(LOCALE_fr_FR_UTF_8)).name() ==
50 assert(t.getloc().name() == LOCALE_fr_FR_UTF_8);
  /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);
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp 98 Fnf f(LOCALE_fr_FR_UTF_8, 1);
102 Fnt f(LOCALE_fr_FR_UTF_8, 1);
106 Fwf f(LOCALE_fr_FR_UTF_8, 1);
110 Fwt f(LOCALE_fr_FR_UTF_8, 1);
decimal_point.pass.cpp 99 Fnf f(LOCALE_fr_FR_UTF_8, 1);
103 Fnt f(LOCALE_fr_FR_UTF_8, 1);
107 Fwf f(LOCALE_fr_FR_UTF_8, 1);
111 Fwt f(LOCALE_fr_FR_UTF_8, 1);
frac_digits.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);
grouping.pass.cpp 101 Fnf f(LOCALE_fr_FR_UTF_8, 1);
105 Fnt f(LOCALE_fr_FR_UTF_8, 1);
109 Fwf f(LOCALE_fr_FR_UTF_8, 1);
113 Fwt f(LOCALE_fr_FR_UTF_8, 1);
negative_sign.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);
positive_sign.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);
thousands_sep.pass.cpp 102 Fnf f(LOCALE_fr_FR_UTF_8, 1);
106 Fnt f(LOCALE_fr_FR_UTF_8, 1);
110 Fwf f(LOCALE_fr_FR_UTF_8, 1);
114 Fwt f(LOCALE_fr_FR_UTF_8, 1);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
date_order.pass.cpp 44 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
date_order_wide.pass.cpp 44 const my_facet f(LOCALE_fr_FR_UTF_8, 1);
  /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);
  /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);
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp 76 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8);
91 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8);
106 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8);
139 ios2.imbue(std::locale(LOCALE_fr_FR_UTF_8));
173 assert(ios1.getloc().name() == LOCALE_fr_FR_UTF_8);
  /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);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
put1.pass.cpp 70 const my_facet f(LOCALE_fr_FR_UTF_8, 1);

Completed in 1084 milliseconds

1 2 3