/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | ctype.cpp | 36 const size_t ctype<char>::table_size; 43 ctype<char>::classic_table() _STLP_NOTHROW { in classic_table() 316 ctype<char>::ctype(const ctype_base::mask * __tab, bool __del, size_t __refs) : in ctype() function in ctype 322 ctype<char>::~ctype() { in ~ctype() 341 char ctype<char>::do_toupper(char __c) const in do_toupper() 343 char ctype<char>::do_tolower(char __c) const in do_tolower() 358 ctype<char>::do_widen(char __c) const { return __c; } in do_widen() 391 ctype<wchar_t>::~ctype() {} in ~ctype() 412 ctype<wchar_t>::do_scan_is(ctype_base::mask m, in do_scan_is() 419 ctype<wchar_t>::do_scan_not(ctype_base::mask m, in do_scan_not() [all …]
|
H A D | locale_impl.cpp | 156 this->insert(i2, ctype<char>::id); in insert_ctype_facets() 159 this->insert(i2, ctype<wchar_t>::id); in insert_ctype_facets() 212 this->insert(ct, ctype<char>::id); in insert_ctype_facets() 215 this->insert(wct, ctype<wchar_t>::id); in insert_ctype_facets() 633 new ctype<char>(0, false, 1), in make_classic_locale() 647 new ctype<wchar_t>(1), in make_classic_locale() 678 locale::id ctype<char>::id = { 2 }; 687 locale::id ctype<wchar_t>::id = { 15 };
|
H A D | locale.cpp | 198 …L->name = string("LC_CTYPE=") + _Locale_extract_ctype_name((c & locale::ctype) ? ctype_name : name… in _Stl_loc_combine_names_aux() 272 if (c & locale::ctype) in locale() 313 if (c & ctype) { in locale() 314 impl->insert( i2, _STLP_STD::ctype<char>::id); in locale() 317 impl->insert( i2, _STLP_STD::ctype<wchar_t>::id); in locale() 436 const locale::category locale::ctype; member in locale
|
H A D | time_facets.cpp | 148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct, in __subformat() 171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */) in __append() 174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { in __append() 214 const ctype<_Ch>& ct, in __write_formatted_timeT() 454 void _STLP_CALL __write_formatted_time(__iostring &buf, const ctype<char>& ct, in __write_formatted_time() 459 void _STLP_CALL __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, in __write_formatted_time()
|
/reactos/sdk/tools/unicode/ |
H A D | cpmap.pl | 105 %ctype = 120 "Lu" => $ctype{"alpha"}|$ctype{"upper"}, # Letter, Uppercase 121 "Ll" => $ctype{"alpha"}|$ctype{"lower"}, # Letter, Lowercase 127 "Nl" => $ctype{"punct"}, # Number, Letter 128 "No" => $ctype{"punct"}, # Number, Other 138 "Lo" => $ctype{"alpha"}, # Letter, Other 146 "Sm" => $ctype{"punct"}, # Symbol, Math 149 "So" => $ctype{"punct"} # Symbol, Other 270 $category_table[$src] |= $ctype{"upper"}|$ctype{"alpha"}; 275 $category_table[$src] |= $ctype{"lower"}|$ctype{"alpha"}; [all …]
|
/reactos/sdk/include/c++/stlport/ |
H A D | locale | 84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); } 88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); } 92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); } 96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); } 100 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::lower, c); } 104 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::alpha, c); } 108 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::digit, c); } 112 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::punct, c); } 120 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::alnum, c); } 128 { return (use_facet<ctype<_CharT> >(loc)).toupper(c); } [all …]
|
H A D | ctype.h | 37 # include_next <ctype.h> 39 # include _STLP_NATIVE_C_HEADER(ctype.h)
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _ctype.h | 58 template <class charT> class ctype {}; 64 class _STLP_CLASS_DECLSPEC ctype<char> : public locale::facet, public ctype_base { 67 typedef ctype<wchar_t> _Wctype; 70 friend class ctype<wchar_t>; 77 explicit ctype(const mask* __tab = 0, bool __del = false, size_t __refs = 0); 121 ~ctype(); 147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { 177 class _STLP_CLASS_DECLSPEC ctype<wchar_t> : public locale::facet, public ctype_base { 181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} in facet() 220 ~ctype(); [all …]
|
H A D | _time_facets.c | 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); in _STLP_WEAK() 405 const ctype<_Ch>& _Ct = use_facet<ctype<_Ch> >(__f.getloc()); in put() 429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); in do_put()
|
H A D | _num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __put_float() 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __get_money_digits_aux() 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); in __put_integer() 477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc()); in do_put()
|
H A D | _iosfwd.h | 98 template <class _CharT> class ctype; variable 103 _STLP_TEMPLATE_NULL class ctype<char>; 109 _STLP_TEMPLATE_NULL class ctype<wchar_t>;
|
H A D | _ios.h | 117 const ctype<char_type>* _M_cached_ctype; 121 const ctype<char_type>* _M_ctype_facet() const { return _M_cached_ctype; } in _M_ctype_facet()
|
H A D | _num_get.c | 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) { in __get_base_or_zero() 250 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in __do_get_integer() 369 const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) { in __read_float() 430 const ctype<_CharT> &__ctype = use_facet<ctype<_CharT> >(__loc); in __do_get_float()
|
H A D | _num_get.h | 129 typedef ctype<_CharT> _Ctype; 201 _Initialize_get_float(const ctype<char>&, in _Initialize_get_float() 212 void _STLP_DECLSPEC _STLP_CALL _Initialize_get_float(const ctype<wchar_t>&,
|
H A D | _istream.c | 56 const ctype<argument_type>* _M_ctype; 58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {} in _Is_not_wspace() 68 const ctype<argument_type>* _M_ctype; 70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {} in _Is_wspace_null() 84 const ctype<char_type>* _M_ctype; 86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {} in _Scan_for_wspace() 100 const ctype<char_type>* _M_ctype; 102 _Scan_wspace_null(const ctype<char_type>* __c_type) : _M_ctype(__c_type) {} in _Scan_wspace_null() 118 const ctype<char_type>* _M_ctype; 120 _Scan_for_not_wspace(const ctype<char_type>* __c_type) : _M_ctype(__c_type) {} in _Scan_for_not_wspace()
|
/reactos/sdk/lib/ucrt/mbstring/ |
H A D | mbbtype.cpp | 48 int const ctype, in _mbbtype_l() argument 54 switch(ctype) in _mbbtype_l() 78 extern "C" int __cdecl _mbbtype(unsigned char const c, int const ctype) in _mbbtype() argument 80 return _mbbtype_l(c, ctype, nullptr); in _mbbtype()
|
/reactos/base/applications/mstsc/ |
H A D | rdp5.c | 31 uint8 type, ctype; in rdp5_process() local 49 in_uint8(s, ctype); in rdp5_process() 55 ctype = 0; in rdp5_process() 60 if (ctype & RDP_MPPC_COMPRESSED) in rdp5_process() 62 if (mppc_expand(s->p, length, ctype, &roff, &rlen) == -1) in rdp5_process()
|
H A D | mppc.c | 58 mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen) in mppc_expand() argument 65 RD_BOOL big = ctype & RDP_MPPC_BIG ? True : False; in mppc_expand() 69 if ((ctype & RDP_MPPC_COMPRESSED) == 0) in mppc_expand() 76 if ((ctype & RDP_MPPC_RESET) != 0) in mppc_expand() 81 if ((ctype & RDP_MPPC_FLUSH) != 0) in mppc_expand()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | rdp5.c | 28 uint8 type, ctype; in rdp5_process() local 46 in_uint8(s, ctype); in rdp5_process() 52 ctype = 0; in rdp5_process() 57 if (ctype & RDP_MPPC_COMPRESSED) in rdp5_process() 61 if (mppc_expand(This, s->p, length, ctype, &roff, &rlen) == -1) in rdp5_process()
|
H A D | mppc.c | 56 mppc_expand(RDPCLIENT * This, uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen) in mppc_expand() argument 63 BOOL big = ctype & RDP_MPPC_BIG ? True : False; in mppc_expand() 67 if ((ctype & RDP_MPPC_COMPRESSED) == 0) in mppc_expand() 74 if ((ctype & RDP_MPPC_RESET) != 0) in mppc_expand() 79 if ((ctype & RDP_MPPC_FLUSH) != 0) in mppc_expand()
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | ctype_facets_test.cpp | 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) ); in _ctype_facet() 30 ctype<char> const& ct = use_facet<ctype<char> >(loc); in _ctype_facet() 173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) ); in _ctype_facet_w() 174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc); in _ctype_facet_w() 341 locale tmp(locale::classic(), tested_locales[i], locale::ctype); in test_supported_locale() 428 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) ); in ctype_by_name() 429 ctype<char> const& ct = use_facet<ctype<char> >(loc); in ctype_by_name() 441 ctype<char> const& cfacet_byname = use_facet<ctype<char> >(loc); in ctype_by_name() 442 ctype<char> const& cfacet = use_facet<ctype<char> >(locale::classic()); in ctype_by_name()
|
/reactos/sdk/lib/3rdparty/stlport/doc/ |
H A D | README.utf8 | 4 of the ctype category. However utf8 only describe how encoding must be 6 to know how to generate the whole ctype category facets of a locale 16 For the same reason building a locale with the ctype facets based on 20 std::locale loc(locale::classic(), ".utf8", std::locale::ctype);
|
/reactos/sdk/include/c++/stlport/using/ |
H A D | locale | 28 // _lib.category.ctype_ and _lib.facet.ctype.special_, ctype: 30 using _STLP_NEW_IO_NAMESPACE::ctype;
|
/reactos/sdk/lib/3rdparty/stlport/test/eh/ |
H A D | locale.cpp | 42 const ctype<char>& char_type=use_facet<ctype<char> >(cout.getloc()); in main()
|
/reactos/dll/opengl/mesa/ |
H A D | varray.c | 1168 GLenum ctype; /* color type */ in gl_InterleavedArrays() local 1197 ctype = GL_UNSIGNED_BYTE; in gl_InterleavedArrays() 1205 ctype = GL_UNSIGNED_BYTE; in gl_InterleavedArrays() 1213 ctype = GL_FLOAT; in gl_InterleavedArrays() 1228 ctype = GL_FLOAT; in gl_InterleavedArrays() 1249 ctype = GL_UNSIGNED_BYTE; in gl_InterleavedArrays() 1257 ctype = GL_FLOAT; in gl_InterleavedArrays() 1272 ctype = GL_FLOAT; in gl_InterleavedArrays() 1281 ctype = GL_FLOAT; in gl_InterleavedArrays() 1309 gl_ColorPointer( ctx, ccomps, ctype, stride, in gl_InterleavedArrays()
|