Home
last modified time | relevance | path

Searched defs:string_type (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
D_numpunct.h51 typedef string string_type; typedef
80 typedef wstring string_type; typedef
110 typedef string string_type; typedef
142 typedef wstring string_type; typedef
D_monetary.h58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; typedef
89 typedef string string_type; typedef
128 typedef string string_type; typedef
171 typedef wstring string_type; typedef
210 typedef wstring string_type; typedef
254 typedef string string_type; typedef
287 typedef string string_type; typedef
321 typedef wstring string_type; typedef
354 typedef wstring string_type; typedef
392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; typedef
D_messages_facets.h59 typedef string string_type; typedef
92 typedef wstring string_type; typedef
127 typedef string string_type; typedef
155 typedef wstring string_type; typedef
D_collate.h46 typedef string string_type; typedef
82 typedef wstring string_type; typedef
D_monetary.c131 typedef _StrType string_type; in __money_do_get() typedef
320 typedef _Str_Type string_type; in __money_do_put() typedef
D_num_get.h128 typedef string string_type; typedef
D_time_facets.c154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type; in _STLP_WEAK() typedef
/external/chromium/base/
Dhash_tables.h89 #define DEFINE_STRING_HASH(string_type) \ argument