Searched refs:wstring (Results 1 - 25 of 461) sorted by last modified time

1234567891011>>

/external/stlport/src/
H A Dcollate.cpp52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const
53 { return wstring(low, high); }
H A Dfacets_byname.cpp499 wstring numpunct_byname<wchar_t>::do_truename() const {
504 wstring numpunct_byname<wchar_t>::do_falsename() const {
986 inline wstring __do_widen (string const& str) {
988 wstring::_Reserve_t __Reserve;
990 wstring result(__Reserve, __size);
993 wstring result(str.begin(), str.end());
998 wstring moneypunct_byname<wchar_t, true>::do_curr_symbol() const
1001 wstring moneypunct_byname<wchar_t, true>::do_positive_sign() const
1004 wstring moneypunct_byname<wchar_t, true>::do_negative_sign() const
1042 wstring moneypunct_bynam
[all...]
H A Dlocale.cpp52 bool locale::operator()(const wstring& __x,
53 const wstring& __y) const
H A Dmessage_facets.h128 wstring do_get(catalog __c, int __set, int __msgid,
129 const wstring& __dfault) const;
H A Dmessages.cpp148 wstring
150 int set, int p_id, const wstring& dfault) const {
165 // str is correct. Now we must widen it to get a wstring.
170 wstring result(n, wchar_t(0));
233 wstring
235 int set, int p_id, const wstring& dfault) const
H A Dmonetary.cpp86 wstring moneypunct<wchar_t, true>::do_curr_symbol() const
88 wstring moneypunct<wchar_t, true>::do_positive_sign() const
90 wstring moneypunct<wchar_t, true>::do_negative_sign() const
105 wstring moneypunct<wchar_t, false>::do_curr_symbol() const
107 wstring moneypunct<wchar_t, false>::do_positive_sign() const
109 wstring moneypunct<wchar_t, false>::do_negative_sign() const
H A Dnumpunct.cpp37 wstring numpunct<wchar_t>::do_truename() const { return L"true"; }
38 wstring numpunct<wchar_t>::do_falsename() const { return L"false"; }
H A Dstring.cpp10 wstring __ASCIIToWide(const char *ascii) {
15 wstring ret(buff);
H A Dtime_facets.cpp168 static void __append(__iowstring &buf, const wstring& name)
/external/stlport/stlport/stl/
H A D_bitset.h668 void _M_copy_to_string(wstring& __s) const {
813 typedef typename wstring::traits_type _Traits;
814 wstring __tmp;
854 wstring __tmp;
H A D_collate.h82 typedef wstring string_type;
H A D_iostream_string.h129 typedef wstring __iowstring;
H A D_locale.h172 bool operator()(const wstring& __x, const wstring& __y) const;
H A D_messages_facets.h92 typedef wstring string_type;
155 typedef wstring string_type;
H A D_monetary.h171 typedef wstring string_type;
210 typedef wstring string_type;
321 typedef wstring string_type;
354 typedef wstring string_type;
H A D_numpunct.h80 typedef wstring string_type;
88 wstring truename() const { return do_truename(); }
89 wstring falsename() const { return do_falsename(); }
99 virtual wstring do_truename() const;
100 virtual wstring do_falsename() const;
142 typedef wstring string_type;
152 virtual wstring do_truename() const;
153 virtual wstring do_falsename() const;
H A D_string.h1129 inline void _STLP_CALL swap(wstring& __x, wstring& __y)
1142 * There is no need to specialize for string and wstring in this case
1158 wstring __ASCIIToWide(const char *ascii);
H A D_string_fwd.h43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring; typedef
H A D_string_hash.h61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
62 size_t operator()(const wstring& __s) const
H A D_time_facets.h82 wstring _M_dayname[14];
83 wstring _M_monthname[24];
84 wstring _M_am_pm[2];
H A Dmsl_string.h23 # define wstring __msl_wstring macro
44 # undef wstring macro
/external/stlport/test/unit/
H A Dbitset_test.cpp70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
H A Dcodecvt_test.cpp408 wstring from(L"abcdef");
527 wstring cp936_wstr;
568 wstring utf8_wstr;
H A Dcollate_facets_test.cpp109 wstring strs[] = {L"abdd", L"abcd", L"abbd", L"abcd"};
111 wstring transformed[4];
H A Dmvctor_declaration_test.cpp172 //string, wstring:
180 CPPUNIT_ASSERT( is_movable(wstring()) );
182 CPPUNIT_ASSERT( is_move_complete(wstring()) );
184 CPPUNIT_ASSERT( !is_move_complete(wstring()) );

Completed in 3326 milliseconds

1234567891011>>