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

1 23 4

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
neg_format.pass.cpp 90 Fnf f(LOCALE_en_US_UTF_8, 1);
98 Fnt f(LOCALE_en_US_UTF_8, 1);
106 Fwf f(LOCALE_en_US_UTF_8, 1);
114 Fwt f(LOCALE_en_US_UTF_8, 1);
pos_format.pass.cpp 90 Fnf f(LOCALE_en_US_UTF_8, 1);
98 Fnt f(LOCALE_en_US_UTF_8, 1);
106 Fwf f(LOCALE_en_US_UTF_8, 1);
114 Fwt f(LOCALE_en_US_UTF_8, 1);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 42 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_date_wide.pass.cpp 42 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_monthname.pass.cpp 42 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_monthname_wide.pass.cpp 51 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_time.pass.cpp 42 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_time_wide.pass.cpp 42 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_weekday.pass.cpp 42 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_weekday_wide.pass.cpp 42 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_year.pass.cpp 41 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_year_wide.pass.cpp 41 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_one.pass.cpp 41 const my_facet f(LOCALE_en_US_UTF_8, 1);
57 const my_facet f(LOCALE_en_US_UTF_8, 1);
get_one_wide.pass.cpp 41 const my_facet f(LOCALE_en_US_UTF_8, 1);
57 const my_facet f(LOCALE_en_US_UTF_8, 1);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.cons/
locale_char_pointer_cat.pass.cpp 74 std::locale loc2(loc, LOCALE_en_US_UTF_8, std::locale::monetary);
locale_locale_cat.pass.cpp 74 std::locale loc2(loc, std::locale(LOCALE_en_US_UTF_8), std::locale::monetary);
locale_string_cat.pass.cpp 74 std::locale loc2(loc, std::string(LOCALE_en_US_UTF_8), std::locale::monetary);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 78 ios1.imbue(std::locale(LOCALE_en_US_UTF_8));
152 assert(ios2.getloc().name() == LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 113 f.pubimbue(std::locale(LOCALE_en_US_UTF_8));
overflow.pass.cpp 120 f.pubimbue(std::locale(LOCALE_en_US_UTF_8));
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype.byname/
is_1.pass.cpp 25 std::locale l(LOCALE_en_US_UTF_8);
scan_is.pass.cpp 28 std::locale l(LOCALE_en_US_UTF_8);
scan_not.pass.cpp 28 std::locale l(LOCALE_en_US_UTF_8);
is_many.pass.cpp 28 std::locale l(LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
put_long_double_en_US.pass.cpp 48 std::string loc_name(LOCALE_en_US_UTF_8);

Completed in 923 milliseconds

1 23 4