/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 615 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected) 665 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0") in num_put_integer() 666 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0") in num_put_integer() 668 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01") in num_put_integer() 669 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ") in num_put_integer() 670 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01") in num_put_integer() 708 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0") in num_put_integer() 709 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0") in num_put_integer() 710 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1") in num_put_integer() 711 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, left, "+1 ") in num_put_integer() [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | num_put_get_test.cpp | 615 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected) 665 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0") in num_put_integer() 666 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0") in num_put_integer() 668 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01") in num_put_integer() 669 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ") in num_put_integer() 670 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01") in num_put_integer() 708 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0") in num_put_integer() 709 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0") in num_put_integer() 710 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1") in num_put_integer() 711 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, left, "+1 ") in num_put_integer() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/ |
D | nouppercase.pass.cpp | 27 std::ios_base& r = std::nouppercase(ios); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | ios | 24 using _STLP_NEW_IO_NAMESPACE::nouppercase;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 302 inline ios_base& _STLP_CALL nouppercase(ios_base& __s) in nouppercase() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 179 ios_base& nouppercase(ios_base& str); 892 nouppercase(ios_base& __str)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
D | put_double.pass.cpp | 59 nouppercase(ios); in test1() 648 nouppercase(ios); in test1() 1237 nouppercase(ios); in test1() 1826 nouppercase(ios); in test1() 2415 nouppercase(ios); in test1() 3020 nouppercase(ios); in test2() 3609 nouppercase(ios); in test2() 4198 nouppercase(ios); in test2() 4787 nouppercase(ios); in test2() 5376 nouppercase(ios); in test2() [all …]
|
D | put_long_double.pass.cpp | 59 nouppercase(ios); in test1() 648 nouppercase(ios); in test1() 1237 nouppercase(ios); in test1() 1826 nouppercase(ios); in test1() 2415 nouppercase(ios); in test1() 3020 nouppercase(ios); in test2() 3609 nouppercase(ios); in test2() 4198 nouppercase(ios); in test2() 4787 nouppercase(ios); in test2() 5376 nouppercase(ios); in test2() [all …]
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1723 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/nouppercase)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1732 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/nouppercase)
|