Home
last modified time | relevance | path

Searched refs:__iowstring (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_iostream_string.h120 typedef __basic_iostring<wchar_t> __iowstring; typedef
129 typedef wstring __iowstring;
D_num_put.h159 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.c80 __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.h240 __write_formatted_time(__iowstring&, const ctype<wchar_t>& __ct,
/external/stlport/src/
Dtime_facets.cpp168 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()
Dnum_put.cpp157 __insert_grouping(__iowstring &str, size_t group_pos, const string& grouping, in __insert_grouping()
Dnum_put_float.cpp873 void _STLP_CALL __convert_float_buffer( __iostring const& str, __iowstring &out,