Searched refs:string_type (Results 1 - 25 of 77) sorted by relevance

1234

/external/stlport/stlport/stl/
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_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_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;
/external/libcxx/test/input.output/iostream.format/input.streams/istream.manip/
H A Dws.pass.cpp23 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
26 string_type str_;
30 testbuf(const string_type& str)
/external/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/
H A Drvalue.pass.cpp25 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
28 string_type str_;
32 testbuf(const string_type& str)
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dsync.pass.cpp23 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
26 string_type str_;
30 testbuf(const string_type& str)
/external/libcxx/test/re/re.traits/
H A Dtypes.pass.cpp18 // typedef basic_string<char_type> string_type;
27 static_assert((std::is_same<std::regex_traits<char>::string_type, std::string>::value), "");
30 static_assert((std::is_same<std::regex_traits<wchar_t>::string_type, std::wstring>::value), "");
/external/libcxx/test/localization/locale.categories/category.messages/locale.messages/
H A Dtypes.pass.cpp19 // typedef basic_string<_CharT> string_type;
32 static_assert((std::is_same<std::messages<char>::string_type, std::string>::value), "");
33 static_assert((std::is_same<std::messages<wchar_t>::string_type, std::wstring>::value), "");
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
H A Dtypes.pass.cpp19 // typedef basic_string<char_type> string_type;
32 static_assert((std::is_same<std::money_get<char>::string_type, std::string>::value), "");
33 static_assert((std::is_same<std::money_get<wchar_t>::string_type, std::wstring>::value), "");
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
H A Dtypes.pass.cpp19 // typedef basic_string<char_type> string_type;
32 static_assert((std::is_same<std::money_put<char>::string_type, std::string>::value), "");
33 static_assert((std::is_same<std::money_put<wchar_t>::string_type, std::wstring>::value), "");
/external/libcxx/test/re/re.submatch/re.submatch.members/
H A Dcompare_string_type.pass.cpp14 // int compare(const string_type& s) const;
24 typedef SM::string_type string;
38 typedef SM::string_type string;
H A Doperator_string.pass.cpp14 // operator string_type() const;
25 SM::string_type str = sm;
38 SM::string_type str = sm;
H A Dstr.pass.cpp14 // string_type str() const;
25 SM::string_type str = sm.str();
38 SM::string_type str = sm.str();
/external/llvm/test/MC/ELF/
H A Dgnu-type.s30 .type string_type, "function"
31 // CHECK: .type string_type,@function
/external/chromium_org/third_party/markdown/
H A Dutil.py46 string_type = str variable
50 string_type = basestring variable
111 if isinstance(tag, string_type):
/external/libcxx/test/input.output/iostream.format/ext.manip/
H A Dget_money.pass.cpp23 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
26 string_type str_;
30 testbuf(const string_type& str)
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A Dbool.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
H A Ddouble.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
H A Dfloat.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
H A Dint.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
H A Dlong.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
H A Dlong_double.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
H A Dlong_long.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
H A Dshort.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
H A Dunsigned_int.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)

Completed in 316 milliseconds

1234