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

1 2 3 4

  /external/libcxx/test/std/localization/locales/locale/locale.members/
name.pass.cpp 28 std::locale loc(LOCALE_en_US_UTF_8);
29 assert(loc.name() == LOCALE_en_US_UTF_8);
  /external/libcxx/test/std/re/re.regex/re.regex.locale/
imbue.pass.cpp 28 std::locale loc = r.imbue(std::locale(LOCALE_en_US_UTF_8));
30 assert(r.getloc().name() == LOCALE_en_US_UTF_8);
32 assert(loc.name() == LOCALE_en_US_UTF_8);
  /external/libcxx/test/std/re/re.traits/
default.pass.cpp 34 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
36 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
38 assert(t2.getloc().name() == LOCALE_en_US_UTF_8);
getloc.pass.cpp 33 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
35 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
37 assert(t2.getloc().name() == LOCALE_en_US_UTF_8);
imbue.pass.cpp 29 std::locale loc = t.imbue(std::locale(LOCALE_en_US_UTF_8));
31 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp 34 assert(this->getloc().name() == LOCALE_en_US_UTF_8);
44 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
47 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
49 LOCALE_en_US_UTF_8);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp 49 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
52 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
56 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 40 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
53 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
66 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
79 std::locale l = ios.imbue(std::locale(LOCALE_en_US_UTF_8));
81 assert(ios.getloc().name() == std::string(LOCALE_en_US_UTF_8));
95 std::locale l = ios.imbue(std::locale(LOCALE_en_US_UTF_8));
97 assert(ios.getloc().name() == std::string(LOCALE_en_US_UTF_8));
98 assert(sb.getloc().name() == std::string(LOCALE_en_US_UTF_8));
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
get_money.pass.cpp 47 is.imbue(std::locale(LOCALE_en_US_UTF_8));
55 is.imbue(std::locale(LOCALE_en_US_UTF_8));
63 is.imbue(std::locale(LOCALE_en_US_UTF_8));
71 is.imbue(std::locale(LOCALE_en_US_UTF_8));
put_money.pass.cpp 59 os.imbue(std::locale(LOCALE_en_US_UTF_8));
68 os.imbue(std::locale(LOCALE_en_US_UTF_8));
77 os.imbue(std::locale(LOCALE_en_US_UTF_8));
86 os.imbue(std::locale(LOCALE_en_US_UTF_8));
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/
ctor_wchar_t.pass.cpp 45 std::locale l(std::locale::classic(), new my_facet(LOCALE_en_US_UTF_8));
50 my_facet f(LOCALE_en_US_UTF_8, 1);
60 std::locale l(std::locale::classic(), new my_facet(std::string(LOCALE_en_US_UTF_8)));
65 my_facet f(std::string(LOCALE_en_US_UTF_8), 1);
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.locales/
imbue.pass.cpp 46 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
59 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
72 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
85 std::locale l = b.imbue(std::locale(LOCALE_en_US_UTF_8));
87 assert(b.getloc().name() == std::string(LOCALE_en_US_UTF_8));
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.callback/
register_callback.pass.cpp 41 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
54 std::locale l = b.imbue(std::locale(LOCALE_en_US_UTF_8));
  /external/libcxx/test/support/
platform_support.h 23 #define LOCALE_en_US_UTF_8 "en-US"
34 #define LOCALE_en_US_UTF_8 "en_US.UTF-8@UTC"
42 #define LOCALE_en_US_UTF_8 "en_US.UTF-8"
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
types.pass.cpp 36 std::locale l(LOCALE_en_US_UTF_8);
hash.pass.cpp 28 std::locale l(LOCALE_en_US_UTF_8);
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp 85 Fnf f(LOCALE_en_US_UTF_8, 1);
89 Fnt f(LOCALE_en_US_UTF_8, 1);
93 Fwf f(LOCALE_en_US_UTF_8, 1);
97 Fwt f(LOCALE_en_US_UTF_8, 1);
decimal_point.pass.cpp 80 Fnf f(LOCALE_en_US_UTF_8, 1);
84 Fnt f(LOCALE_en_US_UTF_8, 1);
88 Fwf f(LOCALE_en_US_UTF_8, 1);
92 Fwt f(LOCALE_en_US_UTF_8, 1);
frac_digits.pass.cpp 79 Fnf f(LOCALE_en_US_UTF_8, 1);
83 Fnt f(LOCALE_en_US_UTF_8, 1);
87 Fwf f(LOCALE_en_US_UTF_8, 1);
91 Fwt f(LOCALE_en_US_UTF_8, 1);
grouping.pass.cpp 87 Fnf f(LOCALE_en_US_UTF_8, 1);
91 Fnt f(LOCALE_en_US_UTF_8, 1);
95 Fwf f(LOCALE_en_US_UTF_8, 1);
99 Fwt f(LOCALE_en_US_UTF_8, 1);
negative_sign.pass.cpp 79 Fnf f(LOCALE_en_US_UTF_8, 1);
83 Fnt f(LOCALE_en_US_UTF_8, 1);
87 Fwf f(LOCALE_en_US_UTF_8, 1);
91 Fwt f(LOCALE_en_US_UTF_8, 1);
positive_sign.pass.cpp 79 Fnf f(LOCALE_en_US_UTF_8, 1);
83 Fnt f(LOCALE_en_US_UTF_8, 1);
87 Fwf f(LOCALE_en_US_UTF_8, 1);
91 Fwt f(LOCALE_en_US_UTF_8, 1);
thousands_sep.pass.cpp 83 Fnf f(LOCALE_en_US_UTF_8, 1);
87 Fnt f(LOCALE_en_US_UTF_8, 1);
91 Fwf f(LOCALE_en_US_UTF_8, 1);
95 Fwt f(LOCALE_en_US_UTF_8, 1);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
date_order.pass.cpp 40 const my_facet f(LOCALE_en_US_UTF_8, 1);
date_order_wide.pass.cpp 40 const my_facet f(LOCALE_en_US_UTF_8, 1);

Completed in 1247 milliseconds

1 2 3 4