/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.h | 58 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.h | 59 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.h | 46 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.c | 131 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/ |
D | rvalue.pass.cpp | 25 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/ |
D | sync.pass.cpp | 23 typedef std::basic_string<CharT> string_type; typedef 26 string_type str_; 30 testbuf(const string_type& str) in testbuf()
|
D | tellg.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | seekg.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | peek.pass.cpp | 21 typedef std::basic_string<CharT> string_type; typedef 24 string_type str_; 28 testbuf(const string_type& str) in testbuf()
|
D | ignore.pass.cpp | 22 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/ |
D | signed_char.pass.cpp | 22 typedef std::basic_string<CharT> string_type; typedef 25 string_type str_; 29 testbuf(const string_type& str) in testbuf()
|
D | unsigned_char.pass.cpp | 22 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/ |
D | unsigned_long_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | double.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | long_double.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_short.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | bool.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | unsigned_int.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | float.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | long_long.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | int.pass.cpp | 24 typedef std::basic_string<CharT> string_type; typedef 27 string_type str_; 31 testbuf(const string_type& str) in testbuf()
|
D | short.pass.cpp | 24 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/ |
D | get_money.pass.cpp | 23 typedef std::basic_string<CharT> string_type; typedef 26 string_type str_; 30 testbuf(const string_type& str) in testbuf()
|