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

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
default.pass.cpp 26 assert(t1.getloc().name() == "C");
28 assert(t2.getloc().name() == "C");
33 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
35 assert(t2.getloc().name() == LOCALE_en_US_UTF_8);
getloc.pass.cpp 14 // locale_type getloc()const;
25 assert(t1.getloc().name() == "C");
27 assert(t2.getloc().name() == "C");
32 assert(t1.getloc().name() == LOCALE_en_US_UTF_8);
34 assert(t2.getloc().name() == LOCALE_en_US_UTF_8);
imbue.pass.cpp 28 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp 41 assert(t.getloc().name() == "C");
45 assert(t.getloc().name() == "C");
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++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp 16 // locale getloc() const;
31 assert(this->getloc().name() == LOCALE_en_US_UTF_8);
39 assert(t.getloc().name() == "C");
44 assert(t.getloc().name() == LOCALE_en_US_UTF_8);
46 assert(t.getloc().name() == LOCALE_fr_FR_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
getloc.pass.cpp 14 // locale getloc() const;
33 assert(t.getloc().name() == std::string("C"));
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);
85 assert(b.getloc().name() == std::string(LOCALE_en_US_UTF_8));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.locale/
imbue.pass.cpp 27 assert(r.getloc().name() == LOCALE_en_US_UTF_8);
30 assert(r.getloc().name() == "C");
  /external/stlport/test/eh/
locale.cpp 31 const numpunct<char>& num_punct=use_facet<numpunct<char> >(cout.getloc());
34 use_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(cout.getloc());
42 const ctype<char>& char_type=use_facet<ctype<char> >(cout.getloc());
46 if(isupper('?', cout.getloc())) puts("Upper");
47 if(islower('?', cout.getloc())) puts("Lower");
49 printf("Character %c (%d) - upper %c, lower %c\n",(char)ch, ch,toupper((char)ch, cout.getloc()), tolower((char)ch, cout.getloc()));*/
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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);
79 assert(ios.getloc().name() == std::string(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++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
dtor.pass.cpp 42 assert(stream.getloc().name() == "C");
55 assert(stream.getloc().name() == "C");
68 assert(stream.getloc().name() == "C");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
member_swap.pass.cpp 52 assert(is1.getloc().name() == "C");
60 assert(is2.getloc().name() == "C");
75 assert(is1.getloc().name() == "C");
83 assert(is2.getloc().name() == "C");
move_assign.pass.cpp 58 assert(is1.getloc().name() == "C");
66 assert(is2.getloc().name() == "C");
81 assert(is1.getloc().name() == "C");
89 assert(is2.getloc().name() == "C");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
member_swap.pass.cpp 52 assert(is1.getloc().name() == "C");
60 assert(is2.getloc().name() == "C");
75 assert(is1.getloc().name() == "C");
83 assert(is2.getloc().name() == "C");
move_assign.pass.cpp 58 assert(is1.getloc().name() == "C");
66 assert(is2.getloc().name() == "C");
81 assert(is1.getloc().name() == "C");
89 assert(is2.getloc().name() == "C");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp 52 assert(os1.getloc().name() == "C");
60 assert(os2.getloc().name() == "C");
75 assert(os1.getloc().name() == "C");
83 assert(os2.getloc().name() == "C");
move_assign.pass.cpp 58 assert(os1.getloc().name() == "C");
66 assert(os2.getloc().name() == "C");
81 assert(os1.getloc().name() == "C");
89 assert(os2.getloc().name() == "C");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 40 assert(this->getloc() == old_that.getloc());
48 assert(t.getloc() == old_this.getloc());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 39 assert(is.getloc().name() == "C");
52 assert(is.getloc().name() == "C");
move.pass.cpp 59 assert(is.getloc().name() == "C");
75 assert(is.getloc().name() == "C");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 39 assert(is.getloc().name() == "C");
52 assert(is.getloc().name() == "C");
move.pass.cpp 59 assert(is.getloc().name() == "C");
75 assert(is.getloc().name() == "C");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
streambuf.pass.cpp 39 assert(os.getloc().name() == "C");
51 assert(os.getloc().name() == "C");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/
ctor_streambuf.pass.cpp 33 assert(ios.getloc() == std::locale());
46 assert(ios.getloc() == std::locale());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/
register_callback.pass.cpp 39 assert(stream.getloc().name() == LOCALE_en_US_UTF_8);

Completed in 813 milliseconds

1 2 3 4 5 6