/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
D | default.pass.cpp | 26 assert(t1.getloc().name() == "C"); in main() 28 assert(t2.getloc().name() == "C"); in main() 33 assert(t1.getloc().name() == LOCALE_en_US_UTF_8); in main() 35 assert(t2.getloc().name() == LOCALE_en_US_UTF_8); in main()
|
D | getloc.pass.cpp | 25 assert(t1.getloc().name() == "C"); in main() 27 assert(t2.getloc().name() == "C"); in main() 32 assert(t1.getloc().name() == LOCALE_en_US_UTF_8); in main() 34 assert(t2.getloc().name() == LOCALE_en_US_UTF_8); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/ |
D | locales.pass.cpp | 31 assert(this->getloc().name() == LOCALE_en_US_UTF_8); in imbue() 39 assert(t.getloc().name() == "C"); in main() 44 assert(t.getloc().name() == LOCALE_en_US_UTF_8); in main() 46 assert(t.getloc().name() == LOCALE_fr_FR_UTF_8); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
D | default.pass.cpp | 41 assert(t.getloc().name() == "C"); in main() 45 assert(t.getloc().name() == "C"); in main() 50 assert(t.getloc().name() == LOCALE_en_US_UTF_8); in main() 54 assert(t.getloc().name() == LOCALE_en_US_UTF_8); in main()
|
D | copy.pass.cpp | 38 assert(this->getloc() == t.getloc()); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | imbue.pass.cpp | 38 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f1() 51 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f2() 64 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f3() 79 assert(ios.getloc().name() == std::string(LOCALE_en_US_UTF_8)); in main() 95 assert(ios.getloc().name() == std::string(LOCALE_en_US_UTF_8)); in main() 96 assert(sb.getloc().name() == std::string(LOCALE_en_US_UTF_8)); in main()
|
D | copyfmt.pass.cpp | 43 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f1() 58 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f2() 73 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); in g1() 88 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); in g2() 103 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); in g3() 170 assert(ios1.getloc().name() == LOCALE_fr_FR_UTF_8); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/ |
D | imbue.pass.cpp | 44 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f1() 57 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f2() 70 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f3() 85 assert(b.getloc().name() == std::string(LOCALE_en_US_UTF_8)); in main()
|
D | getloc.pass.cpp | 33 assert(t.getloc().name() == std::string("C")); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | swap.pass.cpp | 40 assert(this->getloc() == old_that.getloc()); in swap() 48 assert(t.getloc() == old_this.getloc()); in swap()
|
D | assign.pass.cpp | 38 assert(this->getloc() == t.getloc()); in operator =()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.locale/ |
D | imbue.pass.cpp | 27 assert(r.getloc().name() == LOCALE_en_US_UTF_8); in main() 30 assert(r.getloc().name() == "C"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/ |
D | dtor.pass.cpp | 42 assert(stream.getloc().name() == "C"); in f1() 55 assert(stream.getloc().name() == "C"); in f2() 68 assert(stream.getloc().name() == "C"); in f3()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
D | member_swap.pass.cpp | 52 assert(is1.getloc().name() == "C"); in main() 60 assert(is2.getloc().name() == "C"); in main() 75 assert(is1.getloc().name() == "C"); in main() 83 assert(is2.getloc().name() == "C"); in main()
|
D | move_assign.pass.cpp | 58 assert(is1.getloc().name() == "C"); in main() 66 assert(is2.getloc().name() == "C"); in main() 81 assert(is1.getloc().name() == "C"); in main() 89 assert(is2.getloc().name() == "C"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/ |
D | move_assign.pass.cpp | 58 assert(os1.getloc().name() == "C"); in main() 66 assert(os2.getloc().name() == "C"); in main() 81 assert(os1.getloc().name() == "C"); in main() 89 assert(os2.getloc().name() == "C"); in main()
|
D | member_swap.pass.cpp | 52 assert(os1.getloc().name() == "C"); in main() 60 assert(os2.getloc().name() == "C"); in main() 75 assert(os1.getloc().name() == "C"); in main() 83 assert(os2.getloc().name() == "C"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/ |
D | move_assign.pass.cpp | 58 assert(is1.getloc().name() == "C"); in main() 66 assert(is2.getloc().name() == "C"); in main() 81 assert(is1.getloc().name() == "C"); in main() 89 assert(is2.getloc().name() == "C"); in main()
|
D | member_swap.pass.cpp | 52 assert(is1.getloc().name() == "C"); in main() 60 assert(is2.getloc().name() == "C"); in main() 75 assert(is1.getloc().name() == "C"); in main() 83 assert(is2.getloc().name() == "C"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/ |
D | streambuf.pass.cpp | 39 assert(os.getloc().name() == "C"); in main() 51 assert(os.getloc().name() == "C"); in main()
|
D | move.pass.cpp | 57 assert(os.getloc().name() == "C"); in main() 71 assert(os.getloc().name() == "C"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/ |
D | streambuf.pass.cpp | 39 assert(is.getloc().name() == "C"); in main() 52 assert(is.getloc().name() == "C"); in main()
|
D | move.pass.cpp | 59 assert(is.getloc().name() == "C"); in main() 75 assert(is.getloc().name() == "C"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/ |
D | streambuf.pass.cpp | 39 assert(is.getloc().name() == "C"); in main() 52 assert(is.getloc().name() == "C"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/ |
D | ctor_streambuf.pass.cpp | 33 assert(ios.getloc() == std::locale()); in main() 46 assert(ios.getloc() == std::locale()); in main()
|