Searched refs:nouppercase (Results 1 – 3 of 3) sorted by relevance
/external/stlport/test/unit/ |
D | num_put_get_test.cpp | 623 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 …]
|
/external/stlport/stlport/using/ |
D | ios | 24 using _STLP_NEW_IO_NAMESPACE::nouppercase;
|
/external/stlport/stlport/stl/ |
D | _ios_base.h | 300 inline ios_base& _STLP_CALL nouppercase(ios_base& __s) in nouppercase() function
|