Home
last modified time | relevance | path

Searched refs:uppercase (Results 1 – 18 of 18) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_ios_base.h81 _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.c332 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 Dcorecrt_internal_strtox.h1243 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 Dios23 using _STLP_NEW_IO_NAMESPACE::uppercase;
/reactos/media/doc/
H A DRomanian translation notes.txt10 This means using uppercase Ş instead of Ș.
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dnum_put_float.cpp542 *--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 Dios.cpp58 const ios_base::fmtflags ios_base::uppercase; member in ios_base
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/
H A Dkeymapping.txt80 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 Dnum_facets_test.cpp107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
H A Dnum_put_get_test.cpp774 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 DINSTALL226 string beginning with a letter and containing only uppercase
/reactos/modules/rosapps/applications/explorer-old/
H A DDoxyfile-all980 # on a line, have an all uppercase name, and do not end with a semicolon. Such
/reactos/sdk/lib/fslib/vfatlib/check/
H A DChangeLog2131 Write uppercase letters in label.
/reactos/drivers/network/tcpip/lwip/doc/doxygen/
H A Dlwip.Doxyfile2154 # an all uppercase name, and do not end with a semicolon. Such function macros
H A Dlwip.Doxyfile.cmake.in2154 # an all uppercase name, and do not end with a semicolon. Such function macros
/reactos/
H A DDoxyfile2116 # an all uppercase name, and do not end with a semicolon. Such function macros
/reactos/media/fonts/doc/FreeFont/
H A DChangeLog.txt6441 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 DChangeLog-5.17928 …* "INF/NAN" string representation for uppercase changed to "Inf/NaN" to behave like printf() on mo…