/reactos/sdk/include/c++/stlport/stl/ |
H A D | _ios_base.h | 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000); 297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) in uppercase() function 298 { __s.setf(ios_base::uppercase); return __s;} in uppercase() 301 { __s.unsetf(ios_base::uppercase); return __s;} in nouppercase()
|
H A 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()
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_strtox.h | 1243 Character const* const uppercase, 1252 if (c != uppercase[i] && c != lowercase[i]) 1269 static Character const uppercase[] = { 'S', 'N', 'A', 'N', ')' }; 1271 return parse_next_characters_from_source(uppercase, lowercase, _countof(uppercase), c, source); 1280 static Character const uppercase[] = { 'I', 'N', 'D', ')' }; 1282 return parse_next_characters_from_source(uppercase, lowercase, _countof(uppercase), c, source); 1341 static char_type const uppercase[] = { 'N', 'A', 'N' }; 1343 if (!parse_next_characters_from_source(uppercase, lowercase, _countof(uppercase), c, source))
|
/reactos/sdk/include/c++/stlport/using/ |
H A D | ios | 23 using _STLP_NEW_IO_NAMESPACE::uppercase;
|
/reactos/media/doc/ |
H A D | Romanian translation notes.txt | 10 This means using uppercase Ş instead of Ș.
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | num_put_float.cpp | 542 *--suffix = flags & ios_base::uppercase ? 'E' : 'e'; in __format_float_scientific() 646 buf += inf_or_nan[flags & ios_base::uppercase ? 1 : 0]; in __format_nan_or_inf() 728 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'E' : 'e'; in __fill_fmtbuf() 734 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'F' : 'f'; in __fill_fmtbuf() 738 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'G' : 'g'; in __fill_fmtbuf()
|
H A D | ios.cpp | 58 const ios_base::fmtflags ios_base::uppercase; member in ios_base
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/ |
H A D | keymapping.txt | 80 If flags includes "addupper", a translation for this keysyms uppercase 81 name will be added as well, in addition to the non-uppercase
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | num_facets_test.cpp | 107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
|
H A D | num_put_get_test.cpp | 774 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, uppercase, 6, left, "0X1 ") in num_put_integer() 775 CHECK_COMPLETE(short, 1, hex, showbase, showpos, uppercase, 6, internal, "0X 1") in num_put_integer()
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | INSTALL | 226 string beginning with a letter and containing only uppercase
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | Doxyfile-all | 980 # on a line, have an all uppercase name, and do not end with a semicolon. Such
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | ChangeLog | 2131 Write uppercase letters in label.
|
/reactos/drivers/network/tcpip/lwip/doc/doxygen/ |
H A D | lwip.Doxyfile | 2154 # an all uppercase name, and do not end with a semicolon. Such function macros
|
H A D | lwip.Doxyfile.cmake.in | 2154 # an all uppercase name, and do not end with a semicolon. Such function macros
|
/reactos/ |
H A D | Doxyfile | 2116 # an all uppercase name, and do not end with a semicolon. Such function macros
|
/reactos/media/fonts/doc/FreeFont/ |
H A D | ChangeLog.txt | 6441 improvements. Serif now has full compliment. Note uppercase is 7813 Glagolitic, as a facile scaling of the uppercase.
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog-5.1 | 7928 …* "INF/NAN" string representation for uppercase changed to "Inf/NaN" to behave like printf() on mo…
|