Searched refs:__iowstring (Results 1 – 7 of 7) sorted by relevance
/external/stlport/stlport/stl/ |
D | _iostream_string.h | 120 typedef __basic_iostring<wchar_t> __iowstring; typedef 129 typedef wstring __iowstring;
|
D | _num_put.h | 159 extern void _STLP_CALL __convert_float_buffer(__iostring const&, __iowstring&, const ctype<wchar_t>… 170 extern void _STLP_CALL __insert_grouping(__iowstring&, size_t, const string&, wchar_t, wchar_t, wch…
|
D | _num_put.c | 80 __iowstring __wbuf; in __put_float() 131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __… in __get_money_digits_aux()
|
D | _time_facets.h | 240 __write_formatted_time(__iowstring&, const ctype<wchar_t>& __ct,
|
/external/stlport/src/ |
D | time_facets.cpp | 168 static void __append(__iowstring &buf, const wstring& name) in __append() 174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { in __append() 459 void _STLP_CALL __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, in __write_formatted_time()
|
D | num_put.cpp | 157 __insert_grouping(__iowstring &str, size_t group_pos, const string& grouping, in __insert_grouping()
|
D | num_put_float.cpp | 873 void _STLP_CALL __convert_float_buffer( __iostring const& str, __iowstring &out,
|