/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
D | ios_base.pass.cpp | 57 assert(!(os.flags() & std::ios_base::uppercase)); in main() 58 os << std::uppercase; in main() 59 assert( (os.flags() & std::ios_base::uppercase)); in main()
|
D | basic_ios.pass.cpp | 57 std::uppercase(os); in f() 66 assert(!(os.flags() & std::ios_base::uppercase)); in main() 68 assert( (os.flags() & std::ios_base::uppercase)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/ |
D | uppercase.pass.cpp | 26 std::ios_base& r = std::uppercase(ios); in main() 28 assert(ios.flags() & std::ios::uppercase); in main()
|
D | nouppercase.pass.cpp | 26 std::uppercase(ios); in main() 29 assert(!(ios.flags() & std::ios::uppercase)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/ |
D | fmtflags.pass.cpp | 52 assert(std::ios_base::uppercase); in main() 70 & std::ios_base::uppercase) == 0 in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 83 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000); 299 inline ios_base& _STLP_CALL uppercase(ios_base& __s) in uppercase() function 300 { __s.setf(ios_base::uppercase); return __s;} in uppercase() 303 { __s.unsetf(ios_base::uppercase); return __s;} in nouppercase()
|
D | _num_put.c | 332 const char* __table_ptr = (__flags & ios_base::uppercase) ? in __write_integer_backward() 487 const char* __table_ptr = (__save_flags & ios_base::uppercase) ? in do_put()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | move.pass.cpp | 84 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main() 109 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
|
D | swap.pass.cpp | 95 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main() 120 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
|
D | copyfmt.pass.cpp | 133 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main() 167 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | ios | 23 using _STLP_NEW_IO_NAMESPACE::uppercase;
|
/ndk/sources/host-tools/make-3.81/ |
D | acinclude.m4 | 97 dnl Make an uppercase version of a variable 98 dnl $1=uppercase($2)
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 543 *--suffix = flags & ios_base::uppercase ? 'E' : 'e'; in __format_float_scientific() 647 buf += inf_or_nan[flags & ios_base::uppercase ? 1 : 0]; in __format_nan_or_inf() 729 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'E' : 'e'; in __fill_fmtbuf() 735 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'F' : 'f'; in __fill_fmtbuf() 739 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'G' : 'g'; in __fill_fmtbuf()
|
D | ios.cpp | 60 const ios_base::fmtflags ios_base::uppercase; member in ios_base
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 46 static constexpr fmtflags uppercase; 178 ios_base& uppercase (ios_base& str); 251 static const fmtflags uppercase = 0x4000; 884 uppercase(ios_base& __str) 886 __str.setf(ios_base::uppercase); 894 __str.unsetf(ios_base::uppercase);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
D | put_unsigned_long_long.pass.cpp | 137 uppercase(ios); in main() 149 uppercase(ios); in main()
|
D | put_long_long.pass.cpp | 137 uppercase(ios); in main() 149 uppercase(ios); in main()
|
D | put_unsigned_long.pass.cpp | 147 uppercase(ios); in main() 160 uppercase(ios); in main()
|
D | put_long.pass.cpp | 147 uppercase(ios); in main() 160 uppercase(ios); in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_facets_test.cpp | 107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
|
D | num_put_get_test.cpp | 766 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, uppercase, 6, left, "0X1 ") in num_put_integer() 767 CHECK_COMPLETE(short, 1, hex, showbase, showpos, uppercase, 6, internal, "0X 1") in num_put_integer()
|
/ndk/tests/device/test-stlport/unit/ |
D | num_facets_test.cpp | 107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
|
D | num_put_get_test.cpp | 766 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, uppercase, 6, left, "0X1 ") in num_put_integer() 767 CHECK_COMPLETE(short, 1, hex, showbase, showpos, uppercase, 6, internal, "0X 1") in num_put_integer()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | exception_safety.ipp | 445 formatter << "Allocated memory block 0x" << std::uppercase << it->m_alloc.ptr 461 formatter << std::hex << std::uppercase << c << ' ';
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | ios.cpp | 106 const ios_base::fmtflags ios_base::uppercase; member in ios_base
|