Searched defs:string_type (Results 1 - 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
H A D_numpunct.h51 typedef string string_type; typedef in class:numpunct
80 typedef wstring string_type; typedef in class:numpunct
110 typedef string string_type; typedef in class:numpunct_byname
142 typedef wstring string_type; typedef in class:numpunct_byname
H A D_collate.h46 typedef string string_type; typedef in class:collate
55 string_type transform(const char* __low, const char* __high) const {
69 virtual string_type do_transform(const char*, const char*) const;
82 typedef wstring string_type; typedef in class:collate
91 string_type transform(const wchar_t* __low, const wchar_t* __high) const {
105 virtual string_type do_transform(const wchar_t*, const wchar_t*) const;
125 virtual string_type do_transform(const char*, const char*) const;
148 virtual string_type do_transform(const wchar_t*, const wchar_t*) const;
H A D_messages_facets.h59 typedef string string_type; typedef in class:messages
65 string_type get(catalog __c, int __set, int __msgid,
66 const string_type& __dfault) const
78 virtual string_type do_get(catalog __c, int __set, int __msgid,
79 const string_type& __dfault) const
92 typedef wstring string_type; typedef in class:messages
98 inline string_type get(catalog __c, int __set, int __msgid,
99 const string_type& __dfault) const
111 virtual string_type do_get(catalog __c, int __set, int __msgid,
112 const string_type
127 typedef string string_type; typedef in class:messages_byname
155 typedef wstring string_type; typedef in class:messages_byname
[all...]
H A D_num_get.h128 typedef string string_type; typedef in class:num_get
H A D_monetary.h58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; typedef in class:money_get
67 string_type& __digits) const
79 string_type& __digits) const;
89 typedef string string_type; typedef in class:moneypunct
95 string_type curr_symbol() const { return do_curr_symbol(); }
96 string_type positive_sign() const { return do_positive_sign(); }
97 string_type negative_sign() const { return do_negative_sign(); }
128 typedef string string_type; typedef in class:moneypunct
135 string_type curr_symbol() const { return do_curr_symbol(); }
136 string_type positive_sig
171 typedef wstring string_type; typedef in class:moneypunct
210 typedef wstring string_type; typedef in class:moneypunct
254 typedef string string_type; typedef in class:moneypunct_byname
287 typedef string string_type; typedef in class:moneypunct_byname
321 typedef wstring string_type; typedef in class:moneypunct_byname
354 typedef wstring string_type; typedef in class:moneypunct_byname
392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; typedef in class:money_put
[all...]
H A D_time_facets.c154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type; typedef
H A D_monetary.c131 typedef _StrType string_type; typedef
144 string_type __ns = __intl ? __punct_intl.negative_sign()
146 string_type __ps = __intl ? __punct_intl.positive_sign()
150 string_type __buf;
151 back_insert_iterator<string_type> __out_ite(__buf);
166 string_type __curs = __intl ? __punct_intl.curr_symbol()
282 string_type __buf;
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
306 string_type& __digits) const {
320 typedef _Str_Type string_type; typedef
[all...]

Completed in 92 milliseconds