Home
last modified time | relevance | path

Searched refs:string_type (Results 1 – 25 of 67) sorted by relevance

123

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.h58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; typedef
67 string_type& __digits) const in get()
79 string_type& __digits) const;
89 typedef string string_type; typedef
95 string_type curr_symbol() const { return do_curr_symbol(); } in curr_symbol()
96 string_type positive_sign() const { return do_positive_sign(); } in positive_sign()
97 string_type negative_sign() const { return do_negative_sign(); } in negative_sign()
128 typedef string string_type; typedef
135 string_type curr_symbol() const { return do_curr_symbol(); } in curr_symbol()
136 string_type positive_sign() const { return do_positive_sign(); } in positive_sign()
[all …]
D_messages_facets.h59 typedef string string_type; typedef
65 string_type get(catalog __c, int __set, int __msgid, in get()
66 const string_type& __dfault) const in get()
78 virtual string_type do_get(catalog __c, int __set, int __msgid, in do_get()
79 const string_type& __dfault) const in do_get()
92 typedef wstring string_type; typedef
98 inline string_type get(catalog __c, int __set, int __msgid, in get()
99 const string_type& __dfault) const in get()
111 virtual string_type do_get(catalog __c, int __set, int __msgid, in do_get()
112 const string_type& __dfault) const in do_get()
[all …]
D_collate.h46 typedef string string_type; typedef
55 string_type transform(const char* __low, const char* __high) const { in transform()
69 virtual string_type do_transform(const char*, const char*) const;
82 typedef wstring string_type; typedef
91 string_type transform(const wchar_t* __low, const wchar_t* __high) const { in transform()
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;
D_monetary.c131 typedef _StrType string_type; in __money_do_get() typedef
144 string_type __ns = __intl ? __punct_intl.negative_sign() in __money_do_get()
146 string_type __ps = __intl ? __punct_intl.positive_sign() in __money_do_get()
150 string_type __buf; in __money_do_get()
151 back_insert_iterator<string_type> __out_ite(__buf); in __money_do_get()
166 string_type __curs = __intl ? __punct_intl.curr_symbol() in __money_do_get()
282 string_type __buf; in do_get()
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); in do_get()
306 string_type& __digits) const { in do_get()
320 typedef _Str_Type string_type; in __money_do_put() typedef
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/
Drvalue.pass.cpp25 typedef std::basic_string<CharT> string_type; typedef
28 string_type str_;
32 testbuf(const string_type& str) in testbuf()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dsync.pass.cpp23 typedef std::basic_string<CharT> string_type; typedef
26 string_type str_;
30 testbuf(const string_type& str) in testbuf()
Dtellg.pass.cpp21 typedef std::basic_string<CharT> string_type; typedef
24 string_type str_;
28 testbuf(const string_type& str) in testbuf()
Dseekg.pass.cpp21 typedef std::basic_string<CharT> string_type; typedef
24 string_type str_;
28 testbuf(const string_type& str) in testbuf()
Dpeek.pass.cpp21 typedef std::basic_string<CharT> string_type; typedef
24 string_type str_;
28 testbuf(const string_type& str) in testbuf()
Dignore.pass.cpp22 typedef std::basic_string<CharT> string_type; typedef
25 string_type str_;
29 testbuf(const string_type& str) in testbuf()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dsigned_char.pass.cpp22 typedef std::basic_string<CharT> string_type; typedef
25 string_type str_;
29 testbuf(const string_type& str) in testbuf()
Dunsigned_char.pass.cpp22 typedef std::basic_string<CharT> string_type; typedef
25 string_type str_;
29 testbuf(const string_type& str) in testbuf()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
Dunsigned_long_long.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Ddouble.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dlong_double.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dunsigned_long.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dunsigned_short.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dbool.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dunsigned_int.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dfloat.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dlong.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dlong_long.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dint.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
Dshort.pass.cpp24 typedef std::basic_string<CharT> string_type; typedef
27 string_type str_;
31 testbuf(const string_type& str) in testbuf()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
Dget_money.pass.cpp23 typedef std::basic_string<CharT> string_type; typedef
26 string_type str_;
30 testbuf(const string_type& str) in testbuf()

123