Home
last modified time | relevance | path

Searched refs:nouppercase (Results 1 – 10 of 10) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp623 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0") in num_put_integer()
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0") in num_put_integer()
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01") in num_put_integer()
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ") in num_put_integer()
678 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01") in num_put_integer()
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0") in num_put_integer()
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0") in num_put_integer()
718 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1") in num_put_integer()
719 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, left, "+1 ") in num_put_integer()
[all …]
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp623 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0") in num_put_integer()
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0") in num_put_integer()
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01") in num_put_integer()
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ") in num_put_integer()
678 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01") in num_put_integer()
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0") in num_put_integer()
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0") in num_put_integer()
718 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1") in num_put_integer()
719 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/
Dnouppercase.pass.cpp27 std::ios_base& r = std::nouppercase(ios); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dios24 using _STLP_NEW_IO_NAMESPACE::nouppercase;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h302 inline ios_base& _STLP_CALL nouppercase(ios_base& __s) in nouppercase() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios179 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/
Dput_double.pass.cpp59 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 …]
Dput_long_double.pass.cpp59 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++-shared-full/jni/
DAndroid.mk1732 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/nouppercase)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1723 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/nouppercase)