HomeSort by relevance Sort by last modified time
    Searched defs:string_type (Results 1 - 19 of 19) sorted by null

  /external/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
_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...]
  /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...]
_time_facets.c 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type; typedef
_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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
standard_policies.hpp 126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type; typedef in struct:__gnu_pbds::detail::default_trie_e_access_traits
129 typedef __gnu_pbds::string_trie_e_access_traits<string_type> type;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 611 typedef basic_string<_CharT> string_type; typedef in class:collate
678 * @return Transformed string_type.
680 string_type
739 virtual string_type
786 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
locale_facets.h 1643 typedef basic_string<_CharT> string_type; typedef in class:numpunct
1872 typedef basic_string<_CharT> string_type; typedef in class:numpunct_byname
    [all...]
locale_facets_nonio.h 926 typedef basic_string<_CharT> string_type; typedef in class:moneypunct
1310 typedef basic_string<_CharT> string_type; typedef in class:moneypunct_byname
1359 typedef basic_string<_CharT> string_type; typedef in class:money_get
1507 typedef basic_string<_CharT> string_type; typedef in class:money_put
1677 typedef basic_string<_CharT> string_type; typedef in class:messages
1891 typedef basic_string<_CharT> string_type; typedef in class:messages_byname
    [all...]
  /external/chromium/base/
string_util.cc 62 // - a typedef for string_type, the STL string type used as input.
72 bool StringToNumber(const typename StringToNumberTraits::string_type& input,
77 typename traits::string_type::value_type* endptr = NULL;
128 typedef std::string string_type; typedef in class:__anon2256::StringToIntTraits
131 static inline value_type convert_func(const string_type::value_type* str,
132 string_type::value_type** endptr) {
135 static inline bool valid_func(const string_type& str) {
142 typedef string16 string_type; typedef in class:__anon2256::String16ToIntTraits
145 static inline value_type convert_func(const string_type::value_type* str,
146 string_type::value_type** endptr)
167 typedef std::string string_type; typedef in class:__anon2256::StringToInt64Traits
185 typedef string16 string_type; typedef in class:__anon2256::String16ToInt64Traits
213 typedef std::string string_type; typedef in class:__anon2256::HexStringToIntTraits
227 typedef string16 string_type; typedef in class:__anon2256::HexString16ToIntTraits
252 typedef std::string string_type; typedef in class:__anon2256::StringToDoubleTraits
265 typedef string16 string_type; typedef in class:__anon2256::String16ToDoubleTraits
    [all...]

Completed in 785 milliseconds