HomeSort by relevance Sort by last modified time
    Searched defs:string_type (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 21 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
24 string_type str_;
28 testbuf(const string_type& str)
seekg_off.pass.cpp 23 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
26 string_type str_;
30 testbuf(const string_type& str)
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)
tellg.pass.cpp 21 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
24 string_type str_;
28 testbuf(const string_type& str)
unget.pass.cpp 21 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
24 string_type str_;
28 testbuf(const string_type& str)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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;
_num_get.h 128 typedef string string_type; typedef in class:num_get
_numpunct.h 51 typedef string string_type; typedef in class:numpunct
80 typedef wstring string_type; typedef in class:numpunct
110 typedef string string_type; typedef in class:numpunct_byname
142 typedef wstring string_type; typedef in class:numpunct_byname
_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...]
_monetary.c 131 typedef _StrType string_type; typedef
144 string_type __ns = __intl ? __punct_intl.negative_sign()
146 string_type __ps = __intl ? __punct_intl.positive_sign()
150 string_type __buf;
151 back_insert_iterator<string_type> __out_ite(__buf);
166 string_type __curs = __intl ? __punct_intl.curr_symbol()
282 string_type __buf;
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
306 string_type& __digits) const {
320 typedef _Str_Type string_type; typedef
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_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;
_num_get.h 128 typedef string string_type; typedef in class:num_get
_numpunct.h 51 typedef string string_type; typedef in class:numpunct
80 typedef wstring string_type; typedef in class:numpunct
110 typedef string string_type; typedef in class:numpunct_byname
142 typedef wstring string_type; typedef in class:numpunct_byname
_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...]
_time_facets.c 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type; typedef
  /external/selinux/sepolgen/src/sepolgen/
util.py 27 string_type=str variable
30 string_type=unicode variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
standard_policies.hpp 145 typedef __dtrie_string string_type; typedef in struct:__gnu_pbds::detail::default_trie_access_traits
149 typedef trie_string_access_traits<string_type> type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
standard_policies.hpp 145 typedef __dtrie_string string_type; typedef in struct:__gnu_pbds::detail::default_trie_access_traits
149 typedef trie_string_access_traits<string_type> type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
standard_policies.hpp 145 typedef __dtrie_string string_type; typedef in struct:__gnu_pbds::detail::default_trie_access_traits
149 typedef trie_string_access_traits<string_type> type;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
standard_policies.hpp 145 typedef __dtrie_string string_type; typedef in struct:__gnu_pbds::detail::default_trie_access_traits
149 typedef trie_string_access_traits<string_type> type;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
util.py 27 string_type=str variable
30 string_type=unicode variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 591 typedef basic_string<_CharT> string_type; typedef in class:collate
658 * @return Transformed string_type.
660 string_type
717 virtual string_type
764 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 591 typedef basic_string<_CharT> string_type; typedef in class:collate
658 * @return Transformed string_type.
660 string_type
717 virtual string_type
764 typedef basic_string<_CharT> string_type; typedef in class:collate_byname

Completed in 5239 milliseconds

1 2 34 5