HomeSort by relevance Sort by last modified time
    Searched refs:string_type (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 59 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& __dfault) cons
127 typedef string string_type; typedef in class:messages_byname
155 typedef wstring string_type; typedef in class:messages_byname
    [all...]
_monetary.h 58 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_sign() const { return do_positive_sign();
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...]
_collate.h 46 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;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 59 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& __dfault) cons
127 typedef string string_type; typedef in class:messages_byname
155 typedef wstring string_type; typedef in class:messages_byname
    [all...]
_monetary.h 58 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_sign() const { return do_positive_sign();
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...]
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
rvalue.pass.cpp 25 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
28 string_type str_;
32 testbuf(const string_type& str)
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp 23 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
26 string_type str_;
30 testbuf(const string_type& str)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/
rvalue.pass.cpp 25 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
28 string_type str_;
32 testbuf(const string_type& str)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp 23 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
26 string_type str_;
30 testbuf(const string_type& str)
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 106 } string_type; typedef in typeref:struct:buffer
109 static void init_string_with_size (string_type *, unsigned int);
110 static void init_string (string_type *);
111 static int find (string_type *, char *);
112 static void write_buffer (string_type *, FILE *);
113 static void delete_string (string_type *);
114 static char *addr (string_type *, unsigned int);
115 static char at (string_type *, unsigned int);
116 static void catchar (string_type *, int);
117 static void overwrite_string (string_type *, string_type *)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/
types.pass.cpp 19 // 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/std/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp 19 // 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/std/localization/locale.categories/category.monetary/locale.money.put/
types.pass.cpp 19 // 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/std/re/re.submatch/re.submatch.members/
compare_string_type.pass.cpp 14 // int compare(const string_type& s) const;
24 typedef SM::string_type string;
38 typedef SM::string_type string;
operator_string.pass.cpp 14 // operator string_type() const;
25 SM::string_type str = sm;
38 SM::string_type str = sm;
str.pass.cpp 14 // string_type str() const;
25 SM::string_type str = sm.str();
38 SM::string_type str = sm.str();
  /external/libcxx/test/std/re/re.traits/
types.pass.cpp 18 // 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/llvm/test/MC/ELF/
gnu-type.s 15 .type string_TYPE, "STT_FUNC"
16 // CHECK: .type string_TYPE,@function
30 .type string_type, "function"
31 // CHECK: .type string_type,@function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/
types.pass.cpp 19 // 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp 19 // 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
types.pass.cpp 19 // 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
compare_string_type.pass.cpp 14 // int compare(const string_type& s) const;
24 typedef SM::string_type string;
38 typedef SM::string_type string;
operator_string.pass.cpp 14 // operator string_type() const;
25 SM::string_type str = sm;
38 SM::string_type str = sm;
str.pass.cpp 14 // string_type str() const;
25 SM::string_type str = sm.str();
38 SM::string_type str = sm.str();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
types.pass.cpp 18 // 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), "");

Completed in 2222 milliseconds

1 2 3 4 5 6 7