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

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.members/
name.pass.cpp 26 std::locale loc(LOCALE_en_US_UTF_8);
27 assert(loc.name() == LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/test/support/
platform_support.h 22 #define LOCALE_en_US_UTF_8 "English_United States.1252"
29 #define LOCALE_en_US_UTF_8 "en_US.UTF-8"
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.locale/
imbue.pass.cpp 25 std::locale loc = r.imbue(std::locale(LOCALE_en_US_UTF_8));
27 assert(r.getloc().name() == LOCALE_en_US_UTF_8);
29 assert(loc.name() == LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
default.pass.cpp 31 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
33 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
35 assert(t2.getloc().name() == LOCALE_en_US_UTF_8);
getloc.pass.cpp 30 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
32 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
34 assert(t2.getloc().name() == LOCALE_en_US_UTF_8);
imbue.pass.cpp 26 std::locale loc = t.imbue(std::locale(LOCALE_en_US_UTF_8));
28 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp 47 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
50 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
54 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp 31 assert(this->getloc().name() == LOCALE_en_US_UTF_8);
41 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
44 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 38 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
51 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
64 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
77 std::locale l = ios.imbue(std::locale(LOCALE_en_US_UTF_8));
79 assert(ios.getloc().name() == std::string(LOCALE_en_US_UTF_8));
93 std::locale l = ios.imbue(std::locale(LOCALE_en_US_UTF_8));
95 assert(ios.getloc().name() == std::string(LOCALE_en_US_UTF_8));
96 assert(sb.getloc().name() == std::string(LOCALE_en_US_UTF_8));
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/ext.manip/
get_money.pass.cpp 44 is.imbue(std::locale(LOCALE_en_US_UTF_8));
52 is.imbue(std::locale(LOCALE_en_US_UTF_8));
60 is.imbue(std::locale(LOCALE_en_US_UTF_8));
68 is.imbue(std::locale(LOCALE_en_US_UTF_8));
put_money.pass.cpp 56 os.imbue(std::locale(LOCALE_en_US_UTF_8));
65 os.imbue(std::locale(LOCALE_en_US_UTF_8));
74 os.imbue(std::locale(LOCALE_en_US_UTF_8));
83 os.imbue(std::locale(LOCALE_en_US_UTF_8));
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.codecvt.byname/
ctor_wchar_t.pass.cpp 43 std::locale l(std::locale::classic(), new my_facet(LOCALE_en_US_UTF_8));
48 my_facet f(LOCALE_en_US_UTF_8, 1);
58 std::locale l(std::locale::classic(), new my_facet(std::string(LOCALE_en_US_UTF_8)));
63 my_facet f(std::string(LOCALE_en_US_UTF_8), 1);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios.base/ios.base.locales/
imbue.pass.cpp 44 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
57 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
70 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
83 std::locale l = b.imbue(std::locale(LOCALE_en_US_UTF_8));
85 assert(b.getloc().name() == std::string(LOCALE_en_US_UTF_8));
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios.base/ios.base.callback/
register_callback.pass.cpp 39 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);
52 std::locale l = b.imbue(std::locale(LOCALE_en_US_UTF_8));
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.collate/locale.collate.byname/
types.pass.cpp 34 std::locale l(LOCALE_en_US_UTF_8);
hash.pass.cpp 26 std::locale l(LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp 74 Fnf f(LOCALE_en_US_UTF_8, 1);
78 Fnt f(LOCALE_en_US_UTF_8, 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
86 Fwt f(LOCALE_en_US_UTF_8, 1);
decimal_point.pass.cpp 74 Fnf f(LOCALE_en_US_UTF_8, 1);
78 Fnt f(LOCALE_en_US_UTF_8, 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
86 Fwt f(LOCALE_en_US_UTF_8, 1);
frac_digits.pass.cpp 74 Fnf f(LOCALE_en_US_UTF_8, 1);
78 Fnt f(LOCALE_en_US_UTF_8, 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
86 Fwt f(LOCALE_en_US_UTF_8, 1);
grouping.pass.cpp 77 Fnf f(LOCALE_en_US_UTF_8, 1);
81 Fnt f(LOCALE_en_US_UTF_8, 1);
85 Fwf f(LOCALE_en_US_UTF_8, 1);
89 Fwt f(LOCALE_en_US_UTF_8, 1);
negative_sign.pass.cpp 74 Fnf f(LOCALE_en_US_UTF_8, 1);
78 Fnt f(LOCALE_en_US_UTF_8, 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
86 Fwt f(LOCALE_en_US_UTF_8, 1);
positive_sign.pass.cpp 74 Fnf f(LOCALE_en_US_UTF_8, 1);
78 Fnt f(LOCALE_en_US_UTF_8, 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
86 Fwt f(LOCALE_en_US_UTF_8, 1);
thousands_sep.pass.cpp 74 Fnf f(LOCALE_en_US_UTF_8, 1);
78 Fnt f(LOCALE_en_US_UTF_8, 1);
82 Fwf f(LOCALE_en_US_UTF_8, 1);
86 Fwt f(LOCALE_en_US_UTF_8, 1);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.get.byname/
date_order.pass.cpp 35 const my_facet f(LOCALE_en_US_UTF_8, 1);
date_order_wide.pass.cpp 35 const my_facet f(LOCALE_en_US_UTF_8, 1);

Completed in 738 milliseconds

1 2 3 4